Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P06
-
Fix Version/s: EE-1.8.2.GA_P07
-
Labels:None
-
Environment:IE10, IE9
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Workaround Exists:Yes
-
Workaround Description:It has been reported that using the IE compatibility mode helps. In my case using this mode still didn't prevent the error from showing.
Description
When loading an ICEfaces application that uses ICEfaces EE 1.8.2 P06 in IE10 or IE9, the following JavaScript error is thrown and the page becomes unresponsive:
Object doesn't support property or method 'debug'
This can be reproduced by running the Component Showcase from P06. Using ICEfaces EE 1.8. P05, the error isn't seen.
Object doesn't support property or method 'debug'
This can be reproduced by running the Component Showcase from P06. Using ICEfaces EE 1.8. P05, the error isn't seen.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case Reference | 5007000000TvHTOAA3 |
| Assignee | Ken Fyten [ ken.fyten ] | |
| Fix Version/s | EE-1.8.2.GA_P07 [ 10672 ] | |
| Assignee Priority | P1 [ 10010 ] |
| Attachment | Screen Shot 2013-06-12 at 3.44.33 PM.png [ 16039 ] |
| Assignee | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
| Priority | Major [ 3 ] | Critical [ 2 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36196 | Wed Jun 12 17:21:28 MDT 2013 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/logger.js
MODIFY
/icefaces/trunk/icefaces/bridge/src/application.js
|
| Summary | JavaScript error thown in IE causes application to be unresponsive | JavaScript error thrown in IE causes application to be unresponsive |
| Summary | JavaScript error thrown in IE causes application to be unresponsive | JavaScript error thrown in IE causes application to be unresponsive (when JS console is open) |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Introduced IE8/9/10 specific logging functions implemention that uses IE's console API. The right implementation is chosen automatically at page load time.