Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.2.0.GA
-
Component/s: Samples
-
Labels:None
-
Environment:HideICEfaces EE nightly bundle build: http://server.ice:8088/jenkins/view/ICEfaces/job/ICEfaces%20EE%203%20Trunk%20(Nightly)%202/lastSuccessfulBuild/ShowICEfaces EE nightly bundle build: http://server.ice:8088/jenkins/view/ICEfaces/job/ICEfaces%20EE%203%20Trunk%20(Nightly)%202/lastSuccessfulBuild/
-
Assignee Priority:P1
Description
When building showcase using MyFaces JSF (ant -Dmyfaces=""), when loading the showcase application in IE8, the follow JavaScript error occurs:
{code}'ice' is undefined icefaces-ee.js.jsf, line 797 character 9{code}
This error occurs on each demo page load.
{code}'ice' is undefined icefaces-ee.js.jsf, line 797 character 9{code}
This error occurs on each demo page load.
Added resource ordering metadata so that icefaces-ee.js file is loaded after bridge.js (bridge.js being the file that defines the ice namespace).