-
Notifications
You must be signed in to change notification settings - Fork 113
ChoiceGroup Component Crashes on Click-event in Internet Explorer #171
Comments
Thanks, @echoworxdev for finding this. We'll take a look and find a patch for it asap. |
Hi there, Kindly look into it on urgent basis Thanks |
Hi Eric, From: Eric Thompson [mailto:[email protected]] Thanks, @echoworxdevhttps://github.com/echoworxdev for finding this. We'll take a look and find a patch for it asap. — |
Can you try this with JS 1.2.0 and Core 4.0.0? |
Hi Eric, |
Core is likely not the culprit as it does not cover the components - were you trying with Fabric JS 1.2.0? |
Thanks for the quick response. |
Hmmm... Thanks for trying it out. We'll look into it! |
Microsoft no longer supports this content and will not be responding to bugs or issues. We recommend that you use the newer version, Office UI Fabric, with React as your front-end framework. We are closing this issue; if you still need assistance with Fabric.js, visit Stack Overflow/office-ui-fabric. |
Hi there,
I am using OfficeUIFabric Core 4.1.0 with with OfficeUIFabricJS 1.1.0 for building an Office365 add-in.
The application crashes on the "click event" in the IE 11 browser with the following message:
Error: Object doesn't support this action
On debugging I figured it was crashing at following line of Fabric.js:
this._choiceField.dispatchEvent(new CustomEvent("msChoicefield", objDict));
After further diligence I found several discussions and also, this link, that says CustomeEvemt isn't support by Internet Explorer
https://developer.mozilla.org/en/docs/Web/API/CustomEvent
Kindly help
Thanks
The text was updated successfully, but these errors were encountered: