Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces4 trunk rev. 42590
Browsers: all
Server: Tomcat7.0.42
-
Assignee Priority:P2
Description
A browser console error occurs when clicking on a page with an ace:animation component.
Adding an ace:textEntry component to the page solves the error.
QA Test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/animation
Test page: /animationOnly.jsf
FF31 error:
TypeError: ice.ace is undefined
http://localhost:8080/animation/animationOnly.jsf
Line 1
Adding an ace:textEntry component to the page solves the error.
QA Test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/animation
Test page: /animationOnly.jsf
FF31 error:
TypeError: ice.ace is undefined
http://localhost:8080/animation/animationOnly.jsf
Line 1
Issue Links
- depends on
-
ICE-10270 Implement resource scanning and loading for Behaviors
-
- Closed
-
this Jira is blocked by
ICE-10270, but the work detailed on this is resolved for generator work (annotations are applied the same as for components now as for behaviors).Meta class and AnimationBehavior classes modified so now annotation is same for components as behaviors. rev 42623. Once 10270 is resolved, this Jira will be resolved.