You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tomas Havelka (JIRA)" <de...@myfaces.apache.org> on 2008/07/24 08:11:31 UTC

[jira] Created: (TRINIDAD-1166) Wrong skin selectors for selectOneRadio component

Wrong skin selectors for selectOneRadio component
-------------------------------------------------

                 Key: TRINIDAD-1166
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1166
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Skinning
    Affects Versions:  1.0.8-core
            Reporter: Tomas Havelka
             Fix For: 1.0.9-core


Renderer for selectOneRadio component using wrong names for component state icons (read-only and disabled). It uses af|selectBooleanCheckbox::disabled-selected-icon instead of af|selectOneRadio::disabled-selected-icon etc.

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


[jira] Resolved: (TRINIDAD-1166) Wrong skin selectors for selectOneRadio component

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

Jeanne Waldman resolved TRINIDAD-1166.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.10-core
                   1.2.10-core
         Assignee: Jeanne Waldman

fixed the error in the constants. e.g.,
    public static final String AF_SELECT_BOOLEAN_RADIO_DISABLED_SELECTED_ICON_NAME =
-     "af|selectBooleanCheckbox::disabled-selected-icon";
+     "af|selectBooleanRadio::disabled-selected-icon";

> Wrong skin selectors for selectOneRadio component
> -------------------------------------------------
>
>                 Key: TRINIDAD-1166
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1166
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions:  1.0.8-core
>            Reporter: Tomas Havelka
>            Assignee: Jeanne Waldman
>             Fix For: 1.2.10-core, 1.0.10-core
>
>
> Renderer for selectOneRadio component using wrong names for component state icons (read-only and disabled). It uses af|selectBooleanCheckbox::disabled-selected-icon instead of af|selectOneRadio::disabled-selected-icon etc.

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


[jira] Commented: (TRINIDAD-1166) Wrong skin selectors for selectOneRadio component

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644884#action_12644884 ] 

Jeanne Waldman commented on TRINIDAD-1166:
------------------------------------------

I think the problem is selectBooleanRadio uses the wrong names. selectOneRadio does not have disabled or read-only icons.

> Wrong skin selectors for selectOneRadio component
> -------------------------------------------------
>
>                 Key: TRINIDAD-1166
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1166
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions:  1.0.8-core
>            Reporter: Tomas Havelka
>
> Renderer for selectOneRadio component using wrong names for component state icons (read-only and disabled). It uses af|selectBooleanCheckbox::disabled-selected-icon instead of af|selectOneRadio::disabled-selected-icon etc.

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