Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA
-
Fix Version/s: 1.8.2.GA_P01
-
Component/s: Facelet Components
-
Labels:None
-
Environment:Liferay 5.2.3
-
Workaround Exists:Yes
-
Workaround Description:
Description
When using the Composite Component TreeTable, and i guess, all other similar components, it wont render well.
The <ice-cc:css/> tag also do not resolve css issues.
The css of the table does not load, and also the images, the component has a not relative image path, so it wont find it.
A Sample log message
17:47:30,647 INFO [STDOUT] 17:47:30,647 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_middle_node.gif generates exception: null
17:47:32,696 INFO [STDOUT] 17:47:32,688 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_vertical.gif generates exception: null
17:48:29,215 INFO [STDOUT] 17:48:29,215 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_middle_node.gif generates exception: null
17:48:32,981 INFO [STDOUT] 17:48:32,981 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_vertical.gif generates exception: null
I really need a solution for this.
The <ice-cc:css/> tag also do not resolve css issues.
The css of the table does not load, and also the images, the component has a not relative image path, so it wont find it.
A Sample log message
17:47:30,647 INFO [STDOUT] 17:47:30,647 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_middle_node.gif generates exception: null
17:47:32,696 INFO [STDOUT] 17:47:32,688 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_vertical.gif generates exception: null
17:48:29,215 INFO [STDOUT] 17:48:29,215 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_middle_node.gif generates exception: null
17:48:32,981 INFO [STDOUT] 17:48:32,981 WARN [PortalImpl] Current URL /web/guest/xmlhttp/css/rime/css-images/tree_line_vertical.gif generates exception: null
I really need a solution for this.
Issue Links
- depends on
-
IPCK-75 Composite components built in images not showing in a portlet environment
- Closed
Activity
Marcelo Brunken
created issue -
Marcelo Brunken
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.jpg [ 12268 ] |
Marcelo Brunken
made changes -
Comment | [ The branch image links are broken ] |
Arran Mccullough
made changes -
Ken Fyten
made changes -
Attachment | issue IPCK-76.zip [ 12269 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 1.8.2.GA_P01 [ 10221 ] |
Brad Kroeger
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Revision #22945 'Absolute Relative' references standard in ICEfaces component images. This means you precede image urls with a / ie: /xmlhttp/css/rime/css-images/tree_line_vertical.gif. This results in our servlet adding the context appropriately and images being accessible whether the source page is in the root of the web application or another folder nested in the root.
HTML <img> tags have been replaced with ice:graphicImage tags for consistency. The <img> tag urls were not processed by our servlet to add the appropriate context to the absolute relative url.