Details
Description
In IE8, instead of showing the compat Connection Lost or Session Expired dialog, a JS error is displayed.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 2.0.0 [ 10230 ] | |
| Assignee Priority | P1 | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Attachment | Screen shot 2010-12-20 at 2.08.27 PM.png [ 12783 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23660 | Mon Dec 20 17:36:13 MST 2010 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23665 | Mon Dec 20 18:06:26 MST 2010 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23928 | Wed Feb 09 16:52:37 MST 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
|

The JS error occurs when connection is dropped. IE will return an empty document as XML data in the response. The error is thrown while the bridge tries to extract content from document.
The code now checks for XML data before processing the DOM updates. Also the error handling segregates server error from HTTP error handling. HTTP errors are reported to the console.