Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0, EE-4.0.0.GA
-
Component/s: Framework
-
Labels:None
-
Environment:jsf 2
-
Assignee Priority:P1
Description
Currently, the Resource Dependency is not being scanned for Behaviors (like AnimationBehavior) which means that if animation tag is only ace component on page (or with an ace:graphicImage which has no dependency), then the resource is not being scanned and loaded/coalesced.
This could also be used with ace:ajax supporting mobi components if ace:ajax resources are in a separate file, they can be scanned for that behavior and loaded as a smaller resource onto a mobi page to support that behavior.
This could also be used with ace:ajax supporting mobi components if ace:ajax resources are in a separate file, they can be scanned for that behavior and loaded as a smaller resource onto a mobi page to support that behavior.
Issue Links
- blocks
-
ICE-10253 ace:animation Resource Dependency declaration issue
-
- Closed
-
Modified resource scanning to collect dependencies off ClientBehaviour instances attached to the components presents in the tree.