generated css file includes selectors with {}
---------------------------------------------

                 Key: TRINIDAD-2063
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2063
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Skinning
    Affects Versions: 2.0.0-beta-2
            Reporter: Jeanne Waldman
            Assignee: Jeanne Waldman


If a selector has skinning properties only, like af|foo {-tr-some-property: 
true}, then this gets placed into the css file like
af|foo {}.
And if it is compact mode, it will get into the css file like:
. {} It won't have a compressed value, like .x10, because it is considered 
empty and the skinning framework does not give a compressed value to empty keys.

If you have a css file with a lot of selectors that have only skin-properties, 
then your generated css file could look like:
., ., ., ., ., ., ., ., ., {}

--
The fix is in CSSGenerationUtils.java do not output selectors with an empty 
property string.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to