Details
Description
Fix attached, but the change is simple:
Change lines 97-99 to this:
String hrefURL = facesContext.getApplication().getViewHandler().getResourceURL(facesContext, start + extention + CSS_EXTENTION);
ieStyleEle.setAttribute(HTML.HREF_ATTR, hrefURL);
Change lines 97-99 to this:
String hrefURL = facesContext.getApplication().getViewHandler().getResourceURL(facesContext, start + extention + CSS_EXTENTION);
ieStyleEle.setAttribute(HTML.HREF_ATTR, hrefURL);
Issue Links
- blocks
-
ICE-1809 Support for Liferay Portal
- Closed
Activity
Neil Griffin
created issue -
Neil Griffin
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | OutputStyleRenderer.java [ 10406 ] |
Adnan Durrani
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Adnan Durrani
made changes -
Fix Version/s | 1.6DR#5 [ 10071 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Neil's suggested fix applied. revision 13939