Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.RC1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces 4 trunk r.49105
Browsers: all
Server: Tomcat7
-
Assignee Priority:P2
Description
showcase > Chart > all demos, dataTable > Click Events, and possibly on other demos:
There are multiple browser console errors when accessing chart demos, and the chart fails to render (projectStage=Development specific, all browsers); these errors occur only if accessing the demos by copying and pasting the entire URL in the browser, and not if clicking on the navigation menu links.
This is also an issue with EE-4.1.0.GA libraries, but not with 4.1.1.
TypeError: (intermediate value)(...) is not a function
http://localhost:8080/showcase/javax.faces.resource/coalesced.js.jsf?ln=ice.core&dgst=b4vgd9
Line 41318
uncaught exception: Missing resources for "ComboBox" component. See "http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration" <http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration> for more details.
Line 0
TypeError: ice.ace.ComboBoxes is undefined
http://localhost:8080/showcase/showcase.jsf?grp=ace:chart&exp=Overview
Line 15
uncaught exception: Missing resources for "Panel" component. See "http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration" <http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration> for more details.
Line 0
uncaught exception: Missing resources for "Menubar" component. See "http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration" <http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration> for more details.
Line 0
TypeError: ice.ace.jq.jqplot is undefined
http://localhost:8080/showcase/showcase.jsf?grp=ace:chart&exp=Bar
Line 1
There are multiple browser console errors when accessing chart demos, and the chart fails to render (projectStage=Development specific, all browsers); these errors occur only if accessing the demos by copying and pasting the entire URL in the browser, and not if clicking on the navigation menu links.
This is also an issue with EE-4.1.0.GA libraries, but not with 4.1.1.
TypeError: (intermediate value)(...) is not a function
http://localhost:8080/showcase/javax.faces.resource/coalesced.js.jsf?ln=ice.core&dgst=b4vgd9
Line 41318
uncaught exception: Missing resources for "ComboBox" component. See "http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration" <http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration> for more details.
Line 0
TypeError: ice.ace.ComboBoxes is undefined
http://localhost:8080/showcase/showcase.jsf?grp=ace:chart&exp=Overview
Line 15
uncaught exception: Missing resources for "Panel" component. See "http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration" <http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration> for more details.
Line 0
uncaught exception: Missing resources for "Menubar" component. See "http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration" <http://www.icesoft.org/wiki/display/ICE/mandatoryResourceConfiguration> for more details.
Line 0
TypeError: ice.ace.jq.jqplot is undefined
http://localhost:8080/showcase/showcase.jsf?grp=ace:chart&exp=Bar
Line 1
Also occurs with dataTable > Find, Paginator, Live Scrolling, Row State, Scrolling and tooltip > Delegate.