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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Oct 17 08:09:02 EDT 2013


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

Pavol Pitonak commented on RF-12178:
------------------------------------

Upgrade of CSS parser to version 0.9.11 (RF-12888) didn't help.
                
> 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
>            Assignee: Lukáš Fryč
>             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 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