Spinner conflict
-
Hello,
There is I believe a JavaScript namespace conflict it seems when the user admin nav is shown and jquery ui. It seems that I can’t load jquery ui cause it has the spinner plugin in it, which I do use too in the non wp side of my site. So the issue is that I get isSCRIPT87: Invalid argument.
spin.js?ver=1.2.4, line 43 character 3which is
return el.sheet || el.styleSheet;
and then
SCRIPT5009: ‘Spinner’ is undefined
jquery.spin.js?ver=3.5.1, line 27 character 3which is
if ( Spinner )
both from the jetpack _inc folder. So if a use logs in then the nav bar is loaded but then JavaScript crashes since there is a conflict. Log out and since the jetpack code there for the bar is not fired all is well.
Seems that the IE fallback is not working in IE? Can there be a change in namespace or something done to prevent jquery ui and this CSS3 shim from interfering?
Any ideas?
Cheers – Jeremy
- The topic ‘Spinner conflict’ is closed to new replies.