[ 
http://issues.apache.org/jira/browse/ADFFACES-121?page=comments#action_12428345 
] 
            
Adam Winer commented on ADFFACES-121:
-------------------------------------

Applied this patch - but it doesn't fully fix the issue.  "background" is a 
compound property, so url() can appear right in the middle (and not be the 
whole thing).  Some examples:

  background: red url("pendant.gif");
  background: url("banner.jpeg") top center
  background: 50% repeat fixed url("chess.png") gray 

> The url part in the css rule background:url("foo") is not being translated 
> the same way as background-image:url("foo")
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-121
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-121
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Skinning
>         Environment: All
>            Reporter: Martin Kool
>            Priority: Minor
>         Attachments: ADFFACES-121.patch, ADFFACES-121_v2.patch
>
>
> It seems that in CSS-3 selectors, a url specified in "background-image" is 
> being converted correctly, whereas the same url specified in "backgroun" is 
> not. 
> For example, the following two lines of css:
>  background: url("../../afr/dropdown_n.gif");
>  background-image: url("../../afr/dropdown_n.gif");
> get converted to
>  background:url("../../afr/dropdown_n.gif");
>  background-image:url("/adf-richclient-demo-context-root/afr/dropdown_n.gif")
> So currently people can use background-url as a workaround, but this should 
> be supported at some time.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to