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

        Hide
        Judy Guglielmin added a comment -

        for targetting...

        Show
        Judy Guglielmin added a comment - for targetting...
        Hide
        Judy Guglielmin added a comment - - edited

        rev 35942 for 3.3.0-P02
        rev 39457 for ICEfaces 4 trunk

        Show
        Judy Guglielmin added a comment - - edited rev 35942 for 3.3.0-P02 rev 39457 for ICEfaces 4 trunk
        Hide
        Judy Guglielmin added a comment -

        see last comment for revision numbers both targets

        Show
        Judy Guglielmin added a comment - see last comment for revision numbers both targets
        Hide
        Judy Guglielmin added a comment -

        based on support case info (SC 12930), modify js for loading with require.js

        Show
        Judy Guglielmin added a comment - based on support case info (SC 12930), modify js for loading with require.js
        Hide
        Judy Guglielmin added a comment -

        rev 41774 ->3.3.0 mtce (P03)
        rev 41775 -> IF4

        Show
        Judy Guglielmin added a comment - rev 41774 ->3.3.0 mtce (P03) rev 41775 -> IF4

          People

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

            Dates

            • Created:
              Updated:
              Resolved: