You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anand V Nath (JIRA)" <de...@myfaces.apache.org> on 2013/09/05 10:00:57 UTC

[jira] [Created] (TRINIDAD-2415) nested selectors not generated correctly when used with icon selectors

Anand V Nath created TRINIDAD-2415:
--------------------------------------

             Summary: nested selectors not generated correctly when used with icon selectors
                 Key: TRINIDAD-2415
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2415
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Skinning
    Affects Versions: 2.1.0-core
            Reporter: Anand V Nath


This bug is about a nested selector specified with an "-icon" selector.

Eg: .AFSomeAlias af|style-icon or .AFSomeAlias af|style-icon:hover

This gets rendered as

AFSomeAlias af_style-icon
AFSomeAlias af_style-icon:hover

The reason why this happens is that we strip out the leading dot for the icon styles. But it is required only for the icon alias cases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira