Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE
Description
Repackage the ACE javascript to be under the ice.ace namespace. For example, when TabSetRenderer calls into the javascript, it currently invokes "ice.component.tabset.updateProperties", which would be changed to "ice.ace.tabset.updateProperties".
Activity
Mark Collette
created issue -
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.1-Beta [ 10291 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Rebased ACE Javascript from 'ice.component' into 'ice.ace'.
'ice.util' object created in animation.js is merged with 'ice.component_util'; now 'ice.ace.util'.
It had been the case that all of the 'ice.component' object properties (end of component.js) were duplicated into 'ice.yui3' apparently for the convenience of a few usages. Renamed these instances so that 'ice.ace' is consistent.
References to css that had been broken by the change in relative directories has been fixed by switching to resource lib references, this increased consistency with these files among the other CSS as well.