Skip to main content

All Questions

2 votes
0 answers
547 views

Not working on ie 11 getting error SCRIPT5022: Exception thrown and not caught

I am using Angular12 for my web project. As there are some users out there who are still using IE11, I need to make this web project compatible. Adding polyfills for reference. Anybody got any idea as ...
Pranshu Dixit's user avatar
0 votes
1 answer
304 views

NextImage erroring in ie11

i use typescript, this is my package.json: "dependencies": { "@tailwindcss/typography": "^0.4.1", "@webcomponents/shadydom": "^1.7.4", "cookie&...
lin Duan's user avatar
0 votes
1 answer
266 views

Need Suggestions for IE11 SCRIPT1010 Error

I'm developing an Office Web Add-In using the Office-JS package. The add-in functions as expected on Mac, but fails to load on Windows. The add-in renders using a Safari based webview on Mac, but an ...
Isaac N.'s user avatar
1 vote
1 answer
207 views

amcharts integration SCRIPT1002 Syntax error in IE 11

I'm facing an issue in loading an integrated amchart with typescript app in IE 11. App node module versions "@types/node": "^10.9.4", "typescript": "2.9.1", &...
Dileep TP's user avatar
  • 135
0 votes
0 answers
252 views

Babel doesn't work with IE11 on built in class Map extending

I have some legacy code, a class ExtraMap that extends built-in Map class. export class ExtraMap<K, V> extends Map<K, V> { getOr(key: K, or: OrFunctionType = defaultOrFunction): V { ...
Tinmar's user avatar
  • 370
2 votes
1 answer
2k views

IE11 Blank Page with React, Typescript, Babel, and Webpack

I have a React application written in Typescript with Babel and Webpack. It loads fine in Firefox and Chrome, but loads a blank page in Internet Explorer 11. I am new to this project with relatively ...
Neil Davis's user avatar
0 votes
0 answers
186 views

Invalid calling Object on IE and - Angular 7 and Spring

Hi im usung Angular 7 and im getting error "Invalid calling object" when i try to make an http request. The app works well on Firefox or Chrome but i need to run it on IE because im Using ...
luis alberto juarez's user avatar
1 vote
2 answers
596 views

Unable to get property 'bind' of undefined. Babel 7 + core-js + IE11

The Problem I've been working on a live chat client built in react/typescript for a month or two, it's working great, but we need to add support for Internet explorer 11. Initially during development ...
Adam Ross Bowers's user avatar
1 vote
1 answer
500 views

Angular 8 application not running on IE11

I've been trying to run my Angular 8 application on IE11. So far, I have tried all the steps stated in this article, Angular 8 and IE 11 and still getting errors as this picture ->IE console ...
Vandana Shukla's user avatar
0 votes
1 answer
189 views

Ics file description in IE11 - windows 7 contains %5Cn

I have a typescript code in an angular web app to generate an ics file and download it. I am able to download this file successfully in chrome and when I open the ics file, it looks fine with all the ...
Karu's user avatar
  • 1,005
0 votes
0 answers
552 views

Angular with Storybook do not work on IE11

I have a pretty basic Angular 10 app. I have added Storybook with npx sb init. The project requires the app to run on IE11 (13% of the traffic) so I added .babelrc in the project root, removed not ...
Dracco's user avatar
  • 433
5 votes
0 answers
1k views

why I am getting "SCRIPT5021: Invalid range in character set" and blank screen in IE11?

I am using Angular 9, All code is working fine in chrome but not in IE11 , I am no where using any Regex and mostly I am using back tics. Below error is coming in Polyfills-es5.js as on page load: ...
saash_me's user avatar
6 votes
7 answers
18k views

Angular 9 Application Not running on IE11

Our team has created an angular 9 new project and it is working perfectly fine on Google Chrome and Firefox but on IE11 I cant see anything. I have tried everything on from the internet followed every ...
Karthik Saxena's user avatar
0 votes
0 answers
680 views

SCRIPT1003: Expected ':' in IE 11 + angular 7 + vendor.js

I have an Angular application which is not working on IE11 only. I have set up polyfills, /** IE9, IE10 and IE11 requires all of the following polyfills. **/ import "core-js/es6/symbol"; ...
Dhara Gadhiya's user avatar
0 votes
1 answer
122 views

Angular two way binding (different behavior in IE 9)

I am creating an Angular application and utilizing the Angular two way binding method for all of my inputs. The application must be supported for IE versions 9 an above. For the latest versions of IE (...
user7078082's user avatar

15 30 50 per page
1
2 3 4 5 6