kipusoep / UrlTracker

The Url Tracker for Umbraco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScripts errors in backend in IE11

abjerner opened this issue · comments

Hi Stefan - and first of all, thanks for a great package ;)

UrlTracker loads its own version of jQuery (version 1.10.1) instead of using the version already bundled with Umbraco (1.7.2 in Umbraco 6.1.x).

jQuery 1.10.1 apparently doesn't play nice with IE11. See the following screenshot for further information:

image

This results in IE stopping to execute remaining JavaScript - eg. in other tabs in the dashboard. Is there any reason for loading another version of jQuery? The errors stop showing up if I disable the tab in the dashboard.

Please let me know I you need any further information to investigate this ;)

Thanks in advance,
Anders Bjerner

Updating to jQuery 1.11.2 fixed this, will be included in the next release.
Thanks for reporting and sorry about the delay!