How can we help you today?

Known Issue: Page Containing Calendar with Overlays Freezes in IE

Issue

If you have an out of the box SharePoint calendar web part added to a page you might have noticed that using the latest public release version (version 6.6) for either SharePoint On-Premise or for SharePoint Online, when you try accessing that page in Internet Explorer, the page almost instantly freezes and becomes unresponsive.



Reason


Internet Explorer JavaScript engine interprets a DOM event incorrectly and this causes it to enter into an infinite loop, basically freezing the browser and not being able to do anything with it until you close it and launch it again.



Workaround


Using any browser other than Internet Explorer, launch the Theme Builder of the site your page is located on. If you are using SharePoint Online and your site's home page is modern, please make sure that you are launching the Classic Theme Builder.



Once it's opened, Navigate to Utilities > Custom JavaScript


Add the following script in the Custom JavaScript input box:


window.addEventListener('DOMSubtreeModified', function (event) {
  event.stopPropagation();
}, true);



Finally click Apply and then Publish, and try opening the page with the calendar web part in Internet Explorer once more. Your page should now load normally and you will be able to interact with the web part as usual.


Related articles:


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

World's best intranet sites are designed using ShortPoint

Get started today! Learn more
See all 26 topics

Start a trial

Ignite your vision. Install ShortPoint directly on your site, or play in sandbox mode. No credit card required.

Get started today

World’s best intranet sites are designed using ShortPoint

Thousands of companies using ShortPoint everyday to design, brand and build award winning intranet sites.

Get started Learn more