Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
373 views

gaphql API is not working in IE edge and IE 11

The graphql url is not working and not fetching the data in both IE edge and IE 11 browsers. I am usiong Angular 9 application and have installed classlist.js and web-animations.js from polyfills.ts. ...
ILearner's user avatar
  • 131
0 votes
1 answer
471 views

Angular Material Table and IE11 not setting columns correctly

I'm trying to make my app compatible with IE11, but in my mat table, the columns are all squished, as shown in the attached pic. Here is my scss code to set its appearance: How can I make this work ...
Kevin Wilde's user avatar
0 votes
1 answer
1k views

Angular 9 problem with IE 11/Edge, set session cookies are deleted after routing

I have a rather strange issue with IE 11/Edge since I updated from Angular 8 to Angular 9, namely that session cookies are deleted after routing. I can clearly see that the session cookie is set ...
Olts's user avatar
  • 163
0 votes
1 answer
289 views

Button-toggles changes in height on IE11, when the user clicks on it

I'm having a strange problem with Internet Explorer 11. Here I use a button toggle group in vertical direction and if the user clicks one one of the buttons in the group, the height changes a little ...
testing's user avatar
  • 20.2k
1 vote
2 answers
1k views

Angular 7 and IE

I'm getting this error in IE 11 when viewing the angular app SCRIPT445: Object doesn't support this action zone.js (199,1) if (this._zoneDelegate.handleError(this, error)) { throw error; } ...
dan070's user avatar
  • 356
0 votes
1 answer
380 views

IE11 - Using Google Charts in Angular 7 gives syntax error

I am using Google Charts library in Angular 7. It works well in FF, Safari and Chrome. However, when I try to see it in IE11, I see this error in console. SCRIPT 1002: Syntax Error File: vendor.js, ...
Jake's user avatar
  • 26k
-2 votes
2 answers
4k views

IE11 throw Expected identifier SCRIPT1010 on vendor.js in WEBPACK VAR INJECTION

I have issue with Expected identifier ERROR code: SCRIPT1010 which points on vendor.js in WEBPACK VAR INJECTION section. Debugger points on line with: const { keccak256, keccak256s } = ...
Uland Nimblehoof's user avatar
3 votes
1 answer
1k views

Internet Explorer 11 always crashes whenever Developer Tools is opened when working with an Angular Project

So, I've had this issue for days now. That IE will always crash when Developer Tools is opened when working with my angular application. And I'm adding this question since I could not see a solution ...
iamjoshua's user avatar
  • 1,219
0 votes
0 answers
478 views

TypeError: Object doesn't support this action (node_modules)

I already checked all the similar issues with regards to this error in stackoverflow. However, my issue rather seems unique as the error is not due to my own code on the script itself. Rather to ...
iamjoshua's user avatar
  • 1,219
0 votes
0 answers
97 views

Request content type - Spring throwing Exception under Internet Explorer 11

I have web application with Angular6 and Spring4. Under Internet Explorer while reproducing the issue I'm receiving 2019-04-26 13:10:20,574 ERROR [xyz] - exception: Content type 'text/plain;charset=...
nanomader's user avatar
  • 410
4 votes
6 answers
7k views

Internet explorer & Angular 6 ERROR Error: Uncaught (in promise): Error: Loading chunk

I am getting issue while using angular 6 and IE 11, app is working fine in chrome & another browser but in internet explorer, i am getting this ERROR Error: Uncaught (in promise): Error: ...
BJ Coder's user avatar
  • 392
0 votes
1 answer
4k views

"This content cannot be displayed in a frame" error message (Internet Explorer 11 only)

I have two frontend applications - one is a legacy AngularJS app & another is a Angular 4.x app. The AngularJS application has an iframe that when opens up an dialog which loads content from our ...
Zabs's user avatar
  • 14.1k
1 vote
2 answers
3k views

Angular 6.x not working in IE 11 - Error: Invalid argument

I have an Angular 6.x app running perfectly in Chrome. The problem is when trying to run it in IE 11, I'm getting the error: Error: Invalid argument. at DefaultDomRenderer2.prototype.setProperty......
benshabatnoam's user avatar
0 votes
1 answer
745 views

IE 11 - sessionStorage not being removed or cleared for new tabs or windows

I am using the sessionStorage objects in the angular project to save some data for processing. Somehow it is behaving very weird in the IE 11 browser. sessionStorage.setItem('data-x', '1000'); ...
Karan's user avatar
  • 3,328
1 vote
1 answer
2k views

Angular on IE 11 intranet - programmatically disable Compatibility View

I'm running an Angular 6 app on company intranet via IE11. My app compiles to ES5 according to tscnfig.json. I've uncommented and installed all of the IE compatibility lines in polyfills.js. I've also ...
Kyle Vassella's user avatar

15 30 50 per page