Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.2
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:Tomcat 7/8, all browsers. Fails with 4.1 release onward.
deltaSubmit=true added to the web.xml
Description
1) Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms.
There are no errors, in browser console or server-side.
This issue can be reproduced also with ICEfaces 4.1 libraries.
2) Basic application: when clicking the "Stock JSF Page" button there is redirection to the "Stock JSF" page, however a JS error is written in browser console (or a popup occurs on IE8):
IE8:
Message: Object required
Line: 20
Char: 349
Code: 0
URI: http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110
IE11/MS Edge:
SCRIPT5007: Unable to get property 'nodeName' of undefined or null reference
bridge.js.jsf (20,349)
Firefox47:
TypeError: a is null
http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110
Line 20
Chrome:
Uncaught TypeError: Cannot read property 'nodeName' of null(…) bridge.js.jsf?ln=ice.core&v=4_2_0_161110:20
This issue can be reproduced also with EE-4.1.0.GA libraries.
<context-param>
<param-name>org.icefaces.deltaSubmit</param-name>
<param-value>true</param-value>
</context-param>
added to web.xml
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms.
There are no errors, in browser console or server-side.
This issue can be reproduced also with ICEfaces 4.1 libraries.
2) Basic application: when clicking the "Stock JSF Page" button there is redirection to the "Stock JSF" page, however a JS error is written in browser console (or a popup occurs on IE8):
IE8:
Message: Object required
Line: 20
Char: 349
Code: 0
URI: http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110
IE11/MS Edge:
SCRIPT5007: Unable to get property 'nodeName' of undefined or null reference
bridge.js.jsf (20,349)
Firefox47:
TypeError: a is null
http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110
Line 20
Chrome:
Uncaught TypeError: Cannot read property 'nodeName' of null(…) bridge.js.jsf?ln=ice.core&v=4_2_0_161110:20
This issue can be reproduced also with EE-4.1.0.GA libraries.
<context-param>
<param-name>org.icefaces.deltaSubmit</param-name>
<param-value>true</param-value>
</context-param>
added to web.xml
Activity
Field | Original Value | New Value |
---|---|---|
Environment |
Tomcat 7/8, all browsers. Fails with 4.1 release onward.
<context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
Tomcat 7/8, all browsers. Fails with 4.1 release onward.
|
Description |
Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. |
Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
Environment |
Tomcat 7/8, all browsers. Fails with 4.1 release onward.
|
Tomcat 7/8, all browsers. Fails with 4.1 release onward.
deltaSubmit=true added to the web.xml |
Description |
Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
Fix Version/s | 4.2 [ 12870 ] |
Description |
Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
1) Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. 2) Basic application: when clicking the "Stock JSF Page" button there is redirection to the "Stock JSF" page, however a JS error is written in browser console (or a popup occurs on IE8): IE8: Message: Object required Line: 20 Char: 349 Code: 0 URI: http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110 IE11/MS Edge: SCRIPT5007: Unable to get property 'nodeName' of undefined or null reference bridge.js.jsf (20,349) Firefox47: TypeError: a is null http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110 Line 20 Chrome: Uncaught TypeError: Cannot read property 'nodeName' of null(…) bridge.js.jsf?ln=ice.core&v=4_2_0_161110:20 <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
Summary | emporium chat fails to open when deltaSubmit=true | emporium - chat, basic samples fail (deltaSubmit=true) |
Description |
1) Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. 2) Basic application: when clicking the "Stock JSF Page" button there is redirection to the "Stock JSF" page, however a JS error is written in browser console (or a popup occurs on IE8): IE8: Message: Object required Line: 20 Char: 349 Code: 0 URI: http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110 IE11/MS Edge: SCRIPT5007: Unable to get property 'nodeName' of undefined or null reference bridge.js.jsf (20,349) Firefox47: TypeError: a is null http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110 Line 20 Chrome: Uncaught TypeError: Cannot read property 'nodeName' of null(…) bridge.js.jsf?ln=ice.core&v=4_2_0_161110:20 <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
1) Emporium chat fails when using deltaSubmit=true.
The user is not able to join the first ("Lounge") chat room from drop-down, user can only join the remaining chat rooms. There are no errors, in browser console or server-side. This issue can be reproduced also with ICEfaces 4.1 libraries. 2) Basic application: when clicking the "Stock JSF Page" button there is redirection to the "Stock JSF" page, however a JS error is written in browser console (or a popup occurs on IE8): IE8: Message: Object required Line: 20 Char: 349 Code: 0 URI: http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110 IE11/MS Edge: SCRIPT5007: Unable to get property 'nodeName' of undefined or null reference bridge.js.jsf (20,349) Firefox47: TypeError: a is null http://10.18.39.156:8080/basic/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_2_0_161110 Line 20 Chrome: Uncaught TypeError: Cannot read property 'nodeName' of null(…) bridge.js.jsf?ln=ice.core&v=4_2_0_161110:20 This issue can be reproduced also with EE-4.1.0.GA libraries. <context-param> <param-name>org.icefaces.deltaSubmit</param-name> <param-value>true</param-value> </context-param> added to web.xml |
Assignee | Ken Fyten [ ken.fyten ] |
Assignee | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49688 | Wed Dec 14 16:12:57 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49699 | Thu Dec 15 11:44:49 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
There are no additional errors or information if running emporium with projectStage=Development.