You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2009/11/17 08:47:39 UTC

[jira] Created: (TRINIDAD-1640) IE: IE7 doesn't support disabled options

IE: IE7 doesn't support disabled options
----------------------------------------

                 Key: TRINIDAD-1640
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1640
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions:  1.2.12-core
            Reporter: Matthias Weßendorf
            Assignee: Matthias Weßendorf


IE7 doesn't support disabled options, but IE8, Safari,
Chrome and FF do.  So the only agent that should return false for
CAP_SUPPORTS_DISABLED_OPTIONS is IE7.

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


[jira] Commented: (TRINIDAD-1640) IE: IE7 doesn't support disabled options

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

Matthias Weßendorf commented on TRINIDAD-1640:
----------------------------------------------

fix could be to change htmlBasic, to have:
-<capability name="-adfinternal-supportsDisabledOptions" value="true"/>
-remove it from gecko, as it inherits from htmlBasic
-add an extra XML for ie7, where we say FALSE for the "-adfinternal-supportsDisabledOptions" capability

> IE: IE7 doesn't support disabled options
> ----------------------------------------
>
>                 Key: TRINIDAD-1640
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1640
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.12-core
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>
> IE7 doesn't support disabled options, but IE8, Safari,
> Chrome and FF do.  So the only agent that should return false for
> CAP_SUPPORTS_DISABLED_OPTIONS is IE7.

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


[jira] Resolved: (TRINIDAD-1640) IE: IE7 doesn't support disabled options

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

Matthias Weßendorf resolved TRINIDAD-1640.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.13-core 

> IE: IE7 doesn't support disabled options
> ----------------------------------------
>
>                 Key: TRINIDAD-1640
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1640
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.12-core
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For: 1.2.13-core 
>
>         Attachments: 1640.diff
>
>
> IE7 doesn't support disabled options, but IE8, Safari,
> Chrome and FF do.  So the only agent that should return false for
> CAP_SUPPORTS_DISABLED_OPTIONS is IE7.

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


[jira] Commented: (TRINIDAD-1640) IE: IE7 doesn't support disabled options

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

Matthias Weßendorf commented on TRINIDAD-1640:
----------------------------------------------

the "gecko.xml" file (in IMPL/src/main/resources/META-INF/agent) has this setting:
<capability name="-adfinternal-supportsDisabledOptions" value="true"/>

where htmlBasic has:
<capability name="-adfinternal-supportsDisabledOptions" value="false"/>

> IE: IE7 doesn't support disabled options
> ----------------------------------------
>
>                 Key: TRINIDAD-1640
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1640
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.12-core
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>
> IE7 doesn't support disabled options, but IE8, Safari,
> Chrome and FF do.  So the only agent that should return false for
> CAP_SUPPORTS_DISABLED_OPTIONS is IE7.

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