ICEfaces
  1. ICEfaces
  2. ICE-6859

ACE javascript conflict with compat in window.Ice namespace

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major 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

          Activity

          Hide
          Mark Collette added a comment -

          While working on ICE-6728 and ICE-6850, I ran into this issue, which is why this is initially committed to the ICE-6728 scratchpad.

          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/icefaces
          Subversion 24525

          Show
          Mark Collette added a comment - While working on ICE-6728 and ICE-6850 , I ran into this issue, which is why this is initially committed to the ICE-6728 scratchpad. 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/icefaces Subversion 24525
          Hide
          Ken Fyten added a comment -

          This fix has been committed to icefaces-2.0.2 release tag, icefaces-2.0.x maintenance branch, and icefaces2/trunk.

          Show
          Ken Fyten added a comment - This fix has been committed to icefaces-2.0.2 release tag, icefaces-2.0.x maintenance branch, and icefaces2/trunk.

            People

            • Assignee:
              Mark Collette
              Reporter:
              Mark Collette
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: