[richfaces-issues] [JBoss JIRA] (RF-13241) ECSS: Not possible to define one property multiple times

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Oct 3 06:48:02 EDT 2013


Pavol Pitonak created RF-13241:
----------------------------------

             Summary: ECSS: Not possible to define one property multiple times
                 Key: RF-13241
                 URL: https://issues.jboss.org/browse/RF-13241
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: skinning
    Affects Versions: 5.0.0.Alpha1
         Environment: RichFaces 5.0.0-SNAPSHOT
all environments
            Reporter: Pavol Pitonak


# deploy Metamer and open http://localhost:8080/metamer/faces/components/skinning/ecss.xhtml
# open rf13241.ecss in developer tools

expected:
{code}
html {
    background: red;
    background: -webkit-linear-gradient(bottom, red 0%, white 100%);
}
{code}
was:
{code}
html {
    background: red;
    background: red;
}
{code}


--
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


More information about the richfaces-issues mailing list