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 2007/06/28 17:14:26 UTC

[jira] Created: (TRINIDAD-82) Wrong converting of CSS pseudo classes

Wrong converting of CSS pseudo classes
--------------------------------------

                 Key: TRINIDAD-82
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-82
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Skinning
    Affects Versions: 1.0.1-core
            Reporter: Tomas Havelka


Stylesheet's pseudo classes selectors are converted badly. Only selectors which exactly ends with pseudo classes are converted correctly, others not. For example selector ".BFGlobalButton a.OraLink:hover img" is converted to ".BFGlobalButton a.OraLink.p_AFHover img" because CSSGenerationUtils does not recognize correctly stylesheet pseudo class. In previous release (1.0.1-incubating) everything works fine.

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


[jira] Resolved: (TRINIDAD-82) Wrong converting of CSS pseudo classes

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

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

    Resolution: Duplicate

> Wrong converting of CSS pseudo classes
> --------------------------------------
>
>                 Key: TRINIDAD-82
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-82
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.1-core
>            Reporter: Tomas Havelka
>
> Stylesheet's pseudo classes selectors are converted badly. Only selectors which exactly ends with pseudo classes are converted correctly, others not. For example selector ".BFGlobalButton a.OraLink:hover img" is converted to ".BFGlobalButton a.OraLink.p_AFHover img" because CSSGenerationUtils does not recognize correctly stylesheet pseudo class. In previous release (1.0.1-incubating) everything works fine.

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