You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mamallan Uthaman (JIRA)" <de...@myfaces.apache.org> on 2008/11/13 02:47:44 UTC

[jira] Created: (TRINIDAD-1304) Removal of event attributes for browsers not supporting JavaScript events

Removal of event attributes for browsers not supporting JavaScript events
-------------------------------------------------------------------------

                 Key: TRINIDAD-1304
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1304
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.9-core
            Reporter: Mamallan Uthaman
            Priority: Minor


Currently, event attributes like "onLoad", "onClick" are rendered irrespective of the capability of a browser. But in the case of a browser that doesn't support JavaScript events, this is not only redundant but also might increase the size of the page unnecessarily. Hence event attributes shouldn't be rendered if the requesting browser doesn't support JavaScript events.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1304) Removal of event attributes for browsers not supporting JavaScript events

Posted by "Mamallan Uthaman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mamallan Uthaman updated TRINIDAD-1304:
---------------------------------------

    Status: Patch Available  (was: Open)

> Removal of event attributes for browsers not supporting JavaScript events
> -------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1304
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1304
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>            Reporter: Mamallan Uthaman
>            Priority: Minor
>
> Currently, event attributes like "onLoad", "onClick" are rendered irrespective of the capability of a browser. But in the case of a browser that doesn't support JavaScript events, this is not only redundant but also might increase the size of the page unnecessarily. Hence event attributes shouldn't be rendered if the requesting browser doesn't support JavaScript events.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1304) Removal of event attributes for browsers not supporting JavaScript events

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated TRINIDAD-1304:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.11-core
                    1.0.11-core
           Status: Resolved  (was: Patch Available)

> Removal of event attributes for browsers not supporting JavaScript events
> -------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1304
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1304
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>            Reporter: Mamallan Uthaman
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For:  1.0.11-core,  1.2.11-core
>
>         Attachments: TRINIDAD-1304-Trunk1.0.patch, TRINIDAD-1304.patch
>
>
> Currently, event attributes like "onLoad", "onClick" are rendered irrespective of the capability of a browser. But in the case of a browser that doesn't support JavaScript events, this is not only redundant but also might increase the size of the page unnecessarily. Hence event attributes shouldn't be rendered if the requesting browser doesn't support JavaScript events.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.