-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gheta.Tags breaks EPiServer.ContentCollaboration in chrome #40
Comments
Just installed EPiServer.ContentCollaboration (1.2.0.9000) and latest Geta.Tags (2.1.17) version and do not have any issues. Everything works. I have EPiServer.CMS 9.12.0. |
After cleaning the cache, have this issue too. Will check what can be done. |
Unfortunately, noConflict is not working - Geta Tags code is not even called when an error occurs. I will try if our own jQuery version is required - maybe we can use EPiServer's. |
Here is related issue on EPiServer forum: http://world.episerver.com/forum/developer-forum/Addons/Thread-Container/2016/2/content-collaboration-signalr-problem/?pageIndex=1#reply |
THACH Lockevn posted solution on: http://world.episerver.com/forum/developer-forum/Addons/Thread-Container/2016/2/content-collaboration-signalr-problem/?pageIndex=1#reply |
The error is
epi.js:2 TypeError: $.hubConnection is not a function
This is due to Gheta.Tags including its own version of jQuery and overwriting the version that already exists. Removing the reference to jquery breaks the included jquery.ui version.
I would recommend using jquery noconflict, but I'm not sure that is possible given the plugins required for this plugin.
The text was updated successfully, but these errors were encountered: