Hi @Angus - bit of a priority request here - there are multiple reports of IE rendering issues on my forum and I believe I’ve tracked down the problem to a call to the assign()
JavaScript method from within the events plugin:
This method isn’t supported by IE11 and earlier.
This stackoverflow answer recommends polyfilling to resolve IE’s deficiency: