Compatibility with IE11
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
In IE 11 - Modal window does not open at all, console throws “Application error has occurred: TypeError: Object doesn’t support this action” message.
Expected behavior
Modal window should open.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Angular 8.2.9 and ngx-smart-modal version 7.2.1.
- Smart Modal version: 0.8.x
- Angular version: 2.0.x
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Fix site display issues with Compatibility View in Internet ...
When a site is incompatible with Internet Explorer 11 for Windows 7, you'll see the Compatibility View button Compatibility View button in the...
Read more >Using Compatibility View in Internet Explorer 11 - Pitt IT
Using Compatibility View in Internet Explorer 11 · 1. Click the Settings Icon on the address bar in your web browser. · 2....
Read more >Internet Explorer 11 compatibility with Network Manager GUIs
Complete the following steps to ensure compatibility with Network Manager GUIs. In your Internet Explorer 11 browser, click Tools > Compatibility View settings ......
Read more >How to turn off compatibility View / Mode in Microsoft IE10 and ...
Resolution · Open up Internet Explorer (IE 11) · Press the Alt key on your keyboard, this will make a menu bar appear...
Read more >Internet Explorer: IE8, IE9, IE10, and IE11 Compatibility mode
Internet Explorer: IE8, IE9, IE10, and IE11 Compatibility mode · Open IE · Press the ALT key to bring up the IE Menubar...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@khylias , @DanWebb , i faced the same issue. Turns out IE10/11 do not supprt
customevent
See here. I fixed it by adding this polyfill inpolyfills.ts
. Hope this helps…The project which I’m reproducing the error on has the following browserlist configuration
> 0.5%, last 2 versions, Firefox ESR, not dead
this includes IE11.Everything else on the project continues to work on IE11, including ngx-smart-modal 7.1.1 or earlier.
I’m afraid this points to an incompatibility in the lib with IE11.
I’d happily be proved wrong if you could provide the config or polyfills you used to get it working during your tests, I’m sure that would be helpful to others trying to use the library too.
If not, I think at least the fact there’s an issue here should be acknowledged by re-opening this. Then, I’ll try investigating further when I get time to see if the issue can be pinpointed further because it’d be a shame to be stuck on 7.1.1 and miss out on all the great updates you guys keep releasing!