ICEfaces
  1. ICEfaces
  2. ICE-9751

ability for tooltip to work when require.js is present

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P01
    • Fix Version/s: 4.0, EE-3.3.0.GA_P03
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      jsf2 ace
    • Assignee Priority:
      P2
    • Salesforce Case Reference:

      Description

      jquery.qtip-2.0.0.js is already require.js aware....
      (function(factory) {
      "use strict";
      if(typeof define === 'function' && define.amd) {
      define(['jquery'], factory);
      }
      else if(ice.ace.jq && !ice.ace.jq.fn.qtip) { remove else for ICE-9751
      factory(ice.ace.jq);
      }
      }

      need to take "else" out of the loading so it will load ice.ace whether require.js exists or not.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #41775 Fri Jul 11 16:57:18 MDT 2014 judy.guglielmin ICE-9751
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40505 Tue Apr 01 11:58:57 MDT 2014 art.zambrano ICE-9888 removed 'else' keyword (ICE-9751)
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39457 Thu Dec 19 04:02:32 MST 2013 judy.guglielmin ICE-9751
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.js

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: