Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r46925
Browsers: all
Server: Tomcat7
-
Assignee Priority:P2
Description
showcase > submitMonitor > Configuration, Style, Nested:
Demos are functional, however a random browser console error occurs when clicking the submit buttons on some of the submitMonitor demos (all browsers):
TypeError: l[a] is not a function
http://localhost:8080/showcase/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_1_0_151226 line 2 > eval
Line 6
When using projectStage=Development, the console error messages are:
Firefox41:
TypeError: cleanupCallbacks[i] is not a function
http://localhost:8080/showcase/javax.faces.resource/bridge.uncompressed.js.jsf?ln=ice.core&v=4_1_0_151226 line 10 > eval
Line 344
Chrome47:
Uncaught TypeError: cleanupCallbacks[i] is not a function(anonymous function) @ submitmonitor.js.jsf?ln=icefaces.ace&v=4_1_0_151226:344
IE11:
SCRIPT5007: Object expected
File: submitmonitor.js.jsf, Line: 344, Column: 29
Demos are functional, however a random browser console error occurs when clicking the submit buttons on some of the submitMonitor demos (all browsers):
TypeError: l[a] is not a function
http://localhost:8080/showcase/javax.faces.resource/bridge.js.jsf?ln=ice.core&v=4_1_0_151226 line 2 > eval
Line 6
When using projectStage=Development, the console error messages are:
Firefox41:
TypeError: cleanupCallbacks[i] is not a function
http://localhost:8080/showcase/javax.faces.resource/bridge.uncompressed.js.jsf?ln=ice.core&v=4_1_0_151226 line 10 > eval
Line 344
Chrome47:
Uncaught TypeError: cleanupCallbacks[i] is not a function(anonymous function) @ submitmonitor.js.jsf?ln=icefaces.ace&v=4_1_0_151226:344
IE11:
SCRIPT5007: Object expected
File: submitmonitor.js.jsf, Line: 344, Column: 29
This appears to be a regression caused by
ICE-10826.