May 4, 2018 · @Fuzzyma can we use document.createEvent() instead of new CustomEvent if it is not a function? I found out that my solution also doesn't work in ...
Mar 9, 2017 · The prorblem is that neither of these works in IE 11. Nor do the new way - using new Event() / new CustomEvent() . It looks like Microsoft ...
Another solution would be to replace new Event with new CustomEvent but that would require the end-user to manually include a polyfill like custom-event ...
Sadly IE11 is still a real world problem that needs to be dealt with. In ... new CustomEvent("change", { detail: undefined, bubbles: true, cancelable ...
Jun 17, 2019 · You can safely dispatch a new CustomEvent('....') rather than ... If it breaks, its not an issue. IE users see a big warning on a login ...
Missing: broken | Show results with:broken
Sep 5, 2016 · The geofield editor javascript throws an error in Internet Explorer (versions 9-11). This line: this.element.dispatchEvent(new CustomEvent ...
html @@ +24,5 @@ > + // window.CustomEvent object, but it throws when new CustomEvent(...) is > + // called, with the exception of "Object doesn't support ...
Feb 14, 2016 · event = new CustomEvent(eventName, {. bubbles: bubbles,. cancelable ... event before overriding but it was not! IE11 started to fail in other ...
Nov 18, 2020 · subltly broken things fix on the node preview. still an issue ... let event = new CustomEvent('DrupalContentLoaded', {detail: {context} ...
... new CustomEvent("contentEvent", { So the API to access the data is different. Why you don't need to update the listener? Attachment #8860035 - Flags: review ...
Missing: broken | Show results with:broken