Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Labels:None
-
Environment:IE
-
Assignee Priority:P2
-
Support Case References:Support Case #13633 - https://icesoft.my.salesforce.com/5007000001VhfG5
Description
In some IE configurations it will automatically load intranet web pages into the IE Compatibility Mode (Document Mode IE7). When this is done it is preventing the Global logging from updating automatically. The suggested solution for this is to add in a meta tag for this page which will force IE to load it into the latest version. For example:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Activity
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Fix Version/s | 4.2.BETA [ 13091 ] | |
| Fix Version/s | 4.2 [ 12870 ] |
| Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
| Attachment | console1.PNG [ 22035 ] | |
| Attachment | console2.PNG [ 22036 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46944 | Wed Jan 06 14:58:03 MST 2016 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/log.html
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46941 | Wed Jan 06 14:42:39 MST 2016 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/log.html
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46922 | Thu Dec 24 15:24:08 MST 2015 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/log.html
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] | |
| Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
| Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
| Assignee Priority | P2 [ 10011 ] |

It appears that the second issue appears only on my local machine. After selecting default for the User agent String it was no longer set to Internet Explorer 6 when opening new logging windows.
Once the logger was loading with the correct User Agent String the console error issue was no longer seen.