question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

notSupportedError on event creation for certain events in IE 11

See original GitHub issue
  • I’m submitting a … bug report

  • Which parts of preboot are affected by this issue? client side

  • Do you want to request a feature or report a bug? Bug

  • What is the current behavior? I received a Sentry error for notSupportedError shortly after implementing preboot on my project. All of the errors came from IE11. After doing some research, it seems like it’s an issue with IE11 not supporting certain createEvent calls. I haven’t found documentation on which calls are and aren’t supported, but I figured I’d let you know about this.

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem by creating a github repo. I don’t have reproduction steps, on account of not having IE to run against and being unable to find that documentation.

  • What is the expected behavior? No error.

  • What is the motivation / use case for changing the behavior? Errors!

  • Please tell us about your environment:

  • Browser: IE 11 | Safari XX ]
  • OS: Windows
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) See above.

This was the stackOverflow page that I found that had me thinking what I wrote above: https://stackoverflow.com/questions/23142816/how-to-resolve-the-javascript-error-of-ckeditor-in-ie-11

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jeffwhelpleycommented, Jun 5, 2017

Hi, @tstirrat15, I am going to split preboot into two different repos/projects. Sorry for not communicating this clearly. This repo will only be dedicated to the Angular version. I will have the non-Angular version out in a separate repo and package by next week.

0reactions
jeffwhelpleycommented, Jul 9, 2017

OK, just pushed in preboot@5.0.0-rc.12 which has a non-Angular interface. Please look at the README for details on how to use it and let me know if there are any questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dispatchEvent in Chrome but not in IE11 - Stack Overflow
This works in Chrome. The purpose of this command is to make a division call the submit event on a form when clicked....
Read more >
WindowSetHeight and WindowSetWidth events are not fired in ...
Fixes an issue in which WindowSetHeight and WindowSetWidth events are not fired when you open a new window in Internet Explorer 11.
Read more >
JavaScript Triggering Event Manually in Internet Explorer 11 ...
This tip is to show how to manually trigger events in JavaScript with cross browser compatibility.
Read more >
Document Object Model (DOM) Level 3 Events Specification
A browser conforms specifically to the DOM Level 3 Events Module if it implements the interfaces and its related event types specified in ......
Read more >
DOM Standard
DOM defines a platform-neutral model for events, ... The inner event creation steps , given an interface , realm , time , and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found