Image resources specified in RichFaces packed.css and skinning.css not rendering

Description

This was first reported in the forums here:
http://www.liferay.com/community/forums/-/message_boards/message/13864640

The problem was that the packed.css and skinning.css files from RichFaces use relative URLs, like this:

background-image: url(../org.richfaces.images/gradientA.png);

The solution is to have the bridge's ResourceHandlerImpl parse the CSS text and replace these relative URLs with true portlet ResourceURLs.

Environment

None

Activity

Show:

Neil Griffin May 10, 2012 at 2:00 PM

Note that this is tangentially related to an issue I reported in the JBoss issue tracker:
https://issues.jboss.org/browse/RF-12190

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Zendesk Support

Created May 10, 2012 at 1:47 PM
Updated September 4, 2012 at 4:00 PM
Resolved May 10, 2012 at 2:00 PM