Details
Description
The error can be reproduce by using component-showcase, after interacting with the application just reload the page. The error message shown by IE6 is attached.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23854 | Mon Jan 31 05:57:02 MST 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/core/src/main/java/com/icesoft/faces/application/ExtrasSetup.java
MODIFY /icefaces2/trunk/icefaces/compat/core/src/main/javascript/status.js |
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0.1 [ 10255 ] | |
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Attachment | screenshot-1.jpg [ 12833 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23855 | Mon Jan 31 14:55:58 MST 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/core/src/main/javascript/extras/extras.js
|
Mircea Toma
made changes -
Attachment | screenshot-2.jpg [ 12837 ] |
Mircea Toma
made changes -
Attachment | screenshot-3.jpg [ 12838 ] |
Mircea Toma
made changes -
Attachment | screenshot-4.jpg [ 12839 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Removed blockUI configuration in compat JS code since the block UI code resides solely in core.
This change uncovered another problem with the overlay used to render the busy indicator. The JS code found in the pseudo URLs of the iframe used as overlay didn't render correctly. The fix changed the JS code to pass in the markup into document.write method as it should have been in the first place.