Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.0.2, EE-2.0.0.GA_P01
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE + compat
Description
The ACE util.js functions are being registered into window.Ice, which compat registers it's javascript into. Due to loading order, if compat loads after ACE, then compat stomps over ACE's ilt.js functions. This breaks ace:tabSet.
Issue Links
- blocks
-
ICE-6728 Add client-side cache support for ace:tabPane within a 'clientSide=false'
- Closed
While working on
ICE-6728andICE-6850, I ran into this issue, which is why this is initially committed to theICE-6728scratchpad.To solve this, I moved the ACE util.js functions into a new namespace: window.ice.component_util, which goes with the other ACE namespaces of ice.component and ice.yui3.
icefaces2/scratchpads/
ICE-6728/icefaces-2.0.x-maintenance/icefacesSubversion 24525