Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
-
Environment:Glassfish 3.1, Tomcat 7, Chrome, Firefox, Internet Explorer 9
-
Workaround Exists:Yes
-
Workaround Description:
Description
Based on http://wiki.icesoft.org/display/ICE/ace.theme you need to set the following parameter to none in order to disable automatic theme loading:
<context-param>
<param-name>org.icefaces.ace.theme</param-name>
<param-value>none</param-value>
</context-param>
When you do this, custom application style sheets are loaded first.
If you remove this parameter custom CSS will appear at the end of the header as specified in release notes:
http://wiki.icesoft.org/display/ICE/ICEfaces+3.0.1+Release+Notes
See screen shots for details.
To reproduce use attached source code.
<context-param>
<param-name>org.icefaces.ace.theme</param-name>
<param-value>none</param-value>
</context-param>
When you do this, custom application style sheets are loaded first.
If you remove this parameter custom CSS will appear at the end of the header as specified in release notes:
http://wiki.icesoft.org/display/ICE/ICEfaces+3.0.1+Release+Notes
See screen shots for details.
To reproduce use attached source code.
Issue Links
- depends on
-
ICE-8171 Implement resource ordering based on declared resource interdependencies
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | theme-none-absent.jpg [ 14462 ] |
Attachment | theme-none-present.jpg [ 14463 ] |
Attachment | Case11246Example.zip [ 14464 ] |
Salesforce Case | [5007000000MFoXr] |
Assignee | Ken Fyten [ ken.fyten ] |
Description |
Based on http://wiki.icesoft.org/display/ICE/ace.theme you need to set the following parameter to none in order to disable automatic theme loading: <context-param> <param-name>org.icefaces.ace.theme</param-name> <param-value>none</param-value> </context-param> When you do this, custom application style sheets are loaded first. If you remove this parameter custom CSS will appear at the end of the header as specified in release notes: http://wiki.icesoft.org/display/ICE/ICEfaces+3.0.1+Release+Notes If an application rely on custom styling instead of the default one this regression of See screen shots for details. To reproduce use attached source code. |
Based on http://wiki.icesoft.org/display/ICE/ace.theme you need to set the following parameter to none in order to disable automatic theme loading: <context-param> <param-name>org.icefaces.ace.theme</param-name> <param-value>none</param-value> </context-param> When you do this, custom application style sheets are loaded first. If you remove this parameter custom CSS will appear at the end of the header as specified in release notes: http://wiki.icesoft.org/display/ICE/ICEfaces+3.0.1+Release+Notes See screen shots for details. To reproduce use attached source code. |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Assignee Priority | P1 | |
Affects Version/s | 3.0.1 [ 10282 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
Assignee Priority | P1 | P2 |
Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] |
Workaround Description |
A formal fix for this issue depends on a new resource ordering capability in either JSF itself, or possibly ICEfaces. In the meantime, there are two possible workarounds for this issue: 1. Move the application-level CSS stylesheets into the top of the body region of the page, and out of the head. This will ensure that they are always loaded after the core icefaces stylesheets. 2. Possibly you could create a custom ThemeRoller theme with essentially empty style sheets and specify that using the org.icefaces.ace.theme config. param. |
|
Workaround Exists | [Yes] | |
Fix Version/s | 3.2 [ 10338 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
Assignee Priority | P2 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30402 | Tue Aug 07 14:50:15 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Attachment | Case11246Example.fixed.zip [ 14781 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
This JIRA is related to the changes we introduced in
ICE-7761