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
Mircea Toma
created issue -
Mircea Toma
made changes -
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14952 | Fri Oct 12 13:46:32 MDT 2007 | mircea.toma | Send the view number with the 'reload' message -- |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/command.js
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/command/Reload.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/PushModeSerializer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14954 | Fri Oct 12 14:08:24 MDT 2007 | mircea.toma | Force page reload on 'head' element update -- |
Files Changed | ||||
ADD
/icefaces/branches/icefaces-1.6/icefaces/core/src/com/icesoft/faces/webapp/command/Reload.java
|
Mircea Toma
made changes -
Fix Version/s | 1.6.2 [ 10111 ] | |
Fix Version/s | 1.7DR#2 [ 10110 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mircea Toma [ mircea.toma ] |
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.