You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
Hi there,
I am using OfficeUIFabric Core 5.0.0 with with OfficeUIFabricJS 1.1.0 for building an Office365 add-in.
The application crashes on the "click event" (the second time) in the IE 11 browser with the following message:
To my understanding it crashes on the following line:
this._container.parentNode.removeChild(this._container);
(fabric.js, Line 2089: Function: ContextualHost.prototype.disposeModal())
The text was updated successfully, but these errors were encountered:
Hi there,
I am using OfficeUIFabric Core 5.0.0 with with OfficeUIFabricJS 1.1.0 for building an Office365 add-in.
The application crashes on the "click event" (the second time) in the IE 11 browser with the following message:
To my understanding it crashes on the following line:
this._container.parentNode.removeChild(this._container);
(fabric.js, Line 2089: Function: ContextualHost.prototype.disposeModal())
The text was updated successfully, but these errors were encountered: