Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Neil GriffinNeil GriffinReporter
Neil GriffinNeil GriffinFix versions
Affects versions
Priority
Low
Details
Details
Assignee
Neil Griffin
Neil GriffinReporter
Neil Griffin
Neil GriffinFix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
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
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.