Skip to main content

All Questions

42 questions with no upvoted or accepted answers
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
3 votes
0 answers
824 views

How can i resolve undefined value for document.selection issue in Angular 5 with IE 11 browser?

I am using angular 5 testing in IE 11. I need to use document.selection in my typescript file but it is giving it as undefined. I have also declared the selection globally as shown below but even then ...
Nithin's user avatar
  • 381
3 votes
1 answer
134 views

angular cli and Internet Explorer, what is the cons of uncommenting polyfills.ts

I had the same issue as in Angular4 Application running issues in IE11 and the solution does solve the problem at hand, but I could not figure out why these lines ( IE9, IE10 and IE11 requires all of ...
Neil's user avatar
  • 365
2 votes
0 answers
549 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
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
2 votes
0 answers
2k views

Uncaught (in promise): [object Undefined]

I have been getting this specific error("Uncaught (in promise): [object Undefined]") in Internet Explorer which seems to be pertaining to polyfills. This seems to be happening when a new promise is ...
karthik's user avatar
  • 39
2 votes
0 answers
489 views

Cannot run ES6 + Angular2 on IE11

I'm running angular 4.0.1 and I get my site working on Chrome, Firefox, Safari, Edge and some of the android phones. I'm setting my tsconfig to target ES6 and I got the following error when trying to ...
Carlos Torrecillas's user avatar
2 votes
1 answer
1k views

IE11 Javascript behavior with polyfilled Function.name

I have run into a strange behavior in IE11 JavaScript JIT. Calling Function.name on Classes fails if it is called in the order of base class->child. If called in the child->base class order, it ...
Mike Taj's user avatar
2 votes
2 answers
719 views

Internet Explorer 11 adds values to Typescript Map in Post Request

I'm working on a little private project with an Angular Frontend and a Java Backend and I recently found some weird IE11 behaviour with it (I know IE11 is horrible and should not be used with Angular ...
Bernhard's user avatar
  • 1,283
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
1 vote
2 answers
597 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
0 answers
471 views

Angular 8 Application running issues in IE11

App is not starting in IE11 locally but works when deployed on azure.I have added all the polyfills required to run angular on ie 11, however i am getting this SCRIPT 5022 error when running the ...
Pratyush Swain's user avatar
1 vote
0 answers
76 views

angular 8 application not working on IE 11

I am working on Angular 8. I have observed some problems with Internet Explorer version 11. I am not able to perform any feature of my application when I close the console or inspect element. when ...
Jayesh Vyas's user avatar
  • 1,303
1 vote
2 answers
2k views

Angular 8 Project not working in IE11 even thought I have gone through every step

you have probably heard of this problem way too often. But I can't seem to find the solution for this. Every time I server the app and start it on IE I get a syntax error in the vendor.js pointing to ...
Nurullah Yel's user avatar
1 vote
0 answers
256 views

Can see data coming in network tab, but it doesn't reaches angular7 httpclient call

Problem is I can see the data coming back in the request from browser, but it never reaches where I want it however the http get request fails and outputs the error I put below, I already enabled ...
Mathematics's user avatar
  • 7,548

15 30 50 per page