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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Thu Oct 3 14:05:02 EDT 2013


     [ https://issues.jboss.org/browse/RF-13241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13241:
-------------------------------

    Assignee: Pavol Pitonak  (was: Brian Leathem)

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