[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:comment-tabpanel&focusedCommentId=12809241#comment-12809241 ] 

Brian Leathem commented on RF-13241:
------------------------------------

What's the use case for this?  Can you define a property multiple times in "regular" CSS?  Does the first property definition not get overridden by the 2nd?  (we can use jsfiddle to explore this).

Also Is this a regression?  Or is it present in RF 4 as well?
                
> 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