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.