Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r. 43281
Browsers: IE8
Server: Tomcat7.0.42 (configured for SSL access)
-
Assignee Priority:P2
-
Support Case References:https://icesoft.my.salesforce.com/5007000000tgYuT support case 13157
Description
1) showcase > ace:dataTable (SSL configuration/ IE8):
On the Pin Columns demo accessed using the SSL config, a JS error occurs when pinning columns:
Message: 'JSON' is undefined
Line: 88
Char: 58
Code: 0
URI: https://10.18.39.149:8443/showcase/javax.faces.resource/util/ace-datatable.js.jsf?ln=icefaces.ace&v=4_0_0_141029
2) showcase > ace:tableConfigPanel (non-SSL, IE8):
On the Overview and Advanced demos, a similar JS error occurs when saving changes in the Table Config panel, or when leaving the demo pages;
afterwards browser window must be re-opened to be able to access other demos:
Message: 'JSON' is undefined
Line: 11
Char: 283
Code: 0
URI: http://10.18.39.149:8080/showcase/javax.faces.resource/util/ace-core.js.jsf?ln=icefaces.ace&v=4_0_0_141029
On the Pin Columns demo accessed using the SSL config, a JS error occurs when pinning columns:
Message: 'JSON' is undefined
Line: 88
Char: 58
Code: 0
URI: https://10.18.39.149:8443/showcase/javax.faces.resource/util/ace-datatable.js.jsf?ln=icefaces.ace&v=4_0_0_141029
2) showcase > ace:tableConfigPanel (non-SSL, IE8):
On the Overview and Advanced demos, a similar JS error occurs when saving changes in the Table Config panel, or when leaving the demo pages;
afterwards browser window must be re-opened to be able to access other demos:
Message: 'JSON' is undefined
Line: 11
Char: 283
Code: 0
URI: http://10.18.39.149:8080/showcase/javax.faces.resource/util/ace-core.js.jsf?ln=icefaces.ace&v=4_0_0_141029
Activity
Carmen Cristurean
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-4.0.0.GA [ 11171 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Judy Guglielmin
made changes -
Support Case References | https://icesoft.my.salesforce.com/5007000000tgYuT support case 13157 |
Ken Fyten
made changes -
Security | Private [ 10001 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Ken Fyten
made changes -
Assignee Priority | P1 [ 10010 ] |
Ken Fyten
made changes -
Link | This issue is duplicated by ICE-10372 [ ICE-10372 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43596 | Tue Nov 25 10:48:30 MST 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/ListControlMeta.java
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Carmen Cristurean [ ccristurean ] |
Ken Fyten
made changes -
Assignee | Carmen Cristurean [ ccristurean ] | Arturo Zambrano [ artzambrano ] |
Liana Munroe
made changes -
Attachment | p01Pinning.PNG [ 17897 ] |
Liana Munroe
made changes -
Attachment | console.PNG [ 17898 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Cannot Reproduce [ 5 ] |
Mircea Toma
made changes -
Comment |
[ I cannot reproduce this issue in IE8. I *can* reproduce it if IE7 mode is used by the browser. Then the _JSON_ object and its methods are undefined.
So please make sure IE8 runs in IE8 mode before re-testing this. ] |
Mircea Toma
made changes -
Resolution | Cannot Reproduce [ 5 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43945 | Thu Jan 22 13:40:38 MST 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Attachment | afterFix.PNG [ 17995 ] | |
Attachment | beforeFix.PNG [ 17996 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
THe support case refered to on this Jira is for 3.3.0_P02. THe current 3.3.0 P02 showcase also shows this issue. Found issues with json object with IE8 that could be related:-
http://stackoverflow.com/questions/4715373/json-object-undefined-in-internet-explorer-8-dom
Note that ICEfaces-4 uses jQuery 1.11, so still a possibility to backport to 3.3.0 . If we move to jQuery-2 there is no support for IE8, so that could be a boundary to any backporting.