I am trying to preview a page for an Umbraco 7.2.8 site within IE 11, however the loading gif just spins on an infinite loop, and does not load the page.
The same page works fine in both Chrome and Firefox.
Are there any known issues with the Responsive Preview within IE?
The site was an intranet site, for which IE11 was reverting by default to compatibility mode, which caused JSON issues. Turning off compatibility mode for intranet sites (seemingly a default setting in IE11) resolved this.
7.2.8 Responsive Preview Issues
Hi,
I am trying to preview a page for an Umbraco 7.2.8 site within IE 11, however the loading gif just spins on an infinite loop, and does not load the page.
The same page works fine in both Chrome and Firefox.
Are there any known issues with the Responsive Preview within IE?
Thanks,
Tom
Can't seem to replicate in IE11,
Are you seeing any errors in the Browser dev tools? (F12)
Hi Matthieu,
I am getting the following errors:
Line: 4 Error: 'JSON' is undefined
Line: 5 Error: 'jQuery' is undefined
Line: 1 Error: 'jQuery' is undefined
Line: 15 Error: The value of the property 'jQuery' is null or undefined, not a Function object
Thanks,
Tom
Are you running this locally under localhost?
I can't find anything relating specifically to IE11 however I did find some articles relating to IE9 when doing the initial Umbraco install.
Hi Matthieu,
I am not running this on localhost.
FYI - I am in the process of upgrading this site so it is not a fresh install of Umbraco.
Thanks,
Tom
I have now resolved this issue.
The site was an intranet site, for which IE11 was reverting by default to compatibility mode, which caused JSON issues. Turning off compatibility mode for intranet sites (seemingly a default setting in IE11) resolved this.
is working on a reply...