Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1, 1.7DR#1
-
Labels:None
-
Environment:IE, Safari
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:Use redirectting navigation rules.
Description
Usualy when 'forwarding' navigation rules are used DOM diffs are generated for the 'head' element. When the head contains CSS stylesheet references (or Javascript code references) they are not applied (or executed) properly.
Issue Links
- blocks
-
ICE-2177 Meta tag causes lost link tags when non-redirect navigation rules
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Remove 'head' element's 'id' attribute to force an update for 'html' element.
Detect when 'html' element is updated and send a 'reload' message instead of the actual update. This will force a page reload which in turn will force re-applying the CSS stylesheets.