JQuery-expression-builder icon indicating copy to clipboard operation
JQuery-expression-builder copied to clipboard

Console Errors when typing expression.

Open RomanVashchegin opened this issue 3 years ago • 2 comments

jquery.js:321 Uncaught Error: cannot call methods on tooltip prior to initialization; attempted to call method 'fixTitle' at Function.error (jquery.js:321) at HTMLDivElement. (jquery-ui.js:246) at Function.each (jquery.js:367) at jQuery.fn.init.each (jquery.js:202) at jQuery.fn.init.$.fn. [as tooltip] (jquery-ui.js:236) at validation (expression-builder-v2.js:681) at HTMLInputElement.onInput (expression-builder-v2.js:583) at HTMLInputElement.dispatch (jquery.js:5237) at HTMLInputElement.elemData.handle (jquery.js:5044)

and

Uncaught Error: cannot call methods on tooltip prior to initialization; attempted to call method 'destroy' at Function.error (jquery.js:321) at HTMLDivElement. (jquery-ui.js:246) at Function.each (jquery.js:367) at jQuery.fn.init.each (jquery.js:202) at jQuery.fn.init.$.fn. [as tooltip] (jquery-ui.js:236) at validation (expression-builder-v2.js:675) at HTMLInputElement.onInput (expression-builder-v2.js:583) at HTMLInputElement.dispatch (jquery.js:5237) at HTMLInputElement.elemData.handle (jquery.js:5044)

RomanVashchegin avatar Apr 01 '21 07:04 RomanVashchegin

Hi! Having the same problem here, using Jquery version v1.11.3 and JqueryUI version v1.11.4

jpdom avatar May 19 '21 16:05 jpdom

Fixed it, works with these imports:

jpdom avatar May 19 '21 16:05 jpdom