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

Ronald Brill commented on RF-12178:
-----------------------------------

Why do you not report this kind of problems to the CSSParser project?

> 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)
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to