[richfaces-issues] [JBoss JIRA] (RF-12178) Resource plugin: duplicate css atribute get twice the 1st one

Brian Leathem (JIRA) issues at jboss.org
Mon May 12 17:36:58 EDT 2014


    [ https://issues.jboss.org/browse/RF-12178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12967320#comment-12967320 ] 

Brian Leathem commented on RF-12178:
------------------------------------

[~rbri] thanks for commenting on this issue.  We have not reported it upstream as it was not clear to us that it was an upstream issue.  We felt further investigation on our part was required to determine if this was the case, something which we have not yet had the time to do.

If you are certain this is an upstream issue with CSSParser then we will go ahead and file the issue.

> Resource plugin: duplicate css atribute get twice the 1st one
> -------------------------------------------------------------
>
>                 Key: RF-12178
>                 URL: https://issues.jboss.org/browse/RF-12178
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: resource handling
>    Affects Versions: 4.2.0.Final
>            Reporter: Nicolas Daniels
>             Fix For: 5-Tracking
>
>
> An parsed ecss containing:
>  background:"-moz-linear-gradient(center top, #CCCCCC, #CCCCCC 2%, #8E8E8E)" repeat scroll 0 0 transparent;
>  background:"-webkit-gradient(linear, left top, left bottom,	from(#CCCCCC), to(#8E8E8E))";
> is resulting to:
>  background: "-moz-linear-gradient(center top, #CCCCCC, #CCCCCC 2%, #8E8E8E)" repeat scroll 0 0 transparent;
>  background: "-moz-linear-gradient(center top, #CCCCCC, #CCCCCC 2%, #8E8E8E)" repeat scroll 0 0 transparent;
> The 1st background attribute is written twice while the webkit-gradient disapeared. I know I could use richfaces gradient but I want to be able to get css from anywhere and have the advantages of Richfaces resources optimization.
> I tried with <compress>false</compress> or <compress>true</compress> with same result.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the richfaces-issues mailing list