Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.3.1.GA
-
Fix Version/s: EE 1.3.0.GA_P01
-
Component/s: Core
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #12961 - https://icesoft.my.salesforce.com/5007000000fCLM8
Description
When defining a custom style sheet via the h:outputStylesheet tag, with the EE 1.3.1 release, this is getting overriden by the default CSS. In the 1.3.0 release the custom style sheet would be added further down the head tag. Now the default style sheet (android_light) is being added last.
Issue Links
- depends on
-
MOBI-700 Leverage ICEfaces Resource Coalescing
- Resolved
Attached test case that shows the issue. Note: the war file needs to icefaces-ee-mobi.jar to be added back in.
To see the issue, run welcomeICEmobile.jsf and view the rendered code through some browser tools. The style.css should be the last one in the head tag but with 1.3.1 it is further up the head section.