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
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] |
Assignee | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42623 | Wed Sep 24 13:53:47 MDT 2014 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Assignee Priority | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42651 | Sun Sep 28 15:07:50 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Modified resource scanning to collect dependencies off ClientBehaviour instances attached to the components presents in the tree.