Skip to main content

All Questions

1 vote
1 answer
419 views

Angular 12, IE 11, @@toPrimitive must return a primitive value

After a fresh install of npm packages (deleted node_modules and package.lock.json) polyfills-es5 file started having additional code to define _toPrimitive function And when I load the app in IE I ...
simply good's user avatar
  • 1,081
2 votes
0 answers
862 views

Polyfill error "Syntax error in regular expression" in Angular application for Internet Explorer 11

My angular application (version 11) is not running in Internet Explorer 11. I get the error Syntax error in regular expression in the polyfills-es5.js file. polyfill error in browser console error in ...
ap087's user avatar
  • 49
0 votes
1 answer
201 views

document.font.ready is coming as undefined in IE11 in Angular

We have to support an application in IE11 and i have enabled diffrential loading and include some polyfills but still in IE 11 I can see an error - TypeError: Unable to get property 'ready' of ...
rahul225's user avatar
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
3 votes
1 answer
5k views

Providing IE11 support in Angular 13

Google has removed IE11 support in Angular 13. In the company that I work for, we have to keep IE11 support for the next few months due to contractual obligations. As it's unclear what is the extent ...
Marcin Czarkowski's user avatar
0 votes
0 answers
1k views

Angular 12 and IE 11 production build error. TypeError: Object doesn't support this action

I know IE11 support is deprecated, but it is what the client and contract requires. I am able to get the site to run locally in Internet Explorer 11, but when I do the production build I get an error....
AlisonDev's user avatar
1 vote
0 answers
145 views

Angular 8 Custom Elements not working in IE11 when invoked from angular JS

We are seeing the below error in the console when we launch the angular js application in IE11 browser which tries to invoke the angular 8 elements from it. It works perfectly in chrome and other ...
VKJava's user avatar
  • 83
0 votes
0 answers
162 views

primeng paginator not working IE 11 when deployed on server

I have used pagination via p-table. In the image below, when user clicks on the very last page, the data in last page gets displayed but the page number is not updated in bottom right. This issue ...
anuj trehan's user avatar
0 votes
1 answer
138 views

Angular4 throwing error "SCRIPT1006: Expected ')'" in IE11

t.exports = function(t, e={}) { if (e = Object.assign({}, r, e), !t || "string" != typeof t) return t; let o = t.trim(); if (void 0 !== ...
vijeth's user avatar
  • 1
0 votes
1 answer
2k views

Run Angular 11 Application with IE11

I have created an webapplication with Angular 11. Now, the customer will run it with IE11 (for showing a webpage on a big TV-Screen which still exists and have an integrated IE11-Browser) for this,, I ...
BennoDual's user avatar
  • 6,169
0 votes
1 answer
69 views

angular 9 web worker IE

Angular 9. I create the worker in this way as below and it works everywhere without problems, except IE. As far as I understand, there is a problem in the type: 'module', but without it I get 404 not ...
great stone's user avatar
1 vote
0 answers
326 views

Angular interactivity issues on Internet Explorer 11

The angular app basically becomes non interactive in some parts when fired up on IE 11. Mouse events are not working . Mouse events such as Hover, Click etc all are unresponsive. Although the elements ...
Angadbir Singh Sandhu's user avatar
0 votes
0 answers
273 views

Angular9 upgrade to Angular11 IE11 issue

We are trying to upgrade our angular 9.0.4 application to angular 11.2.7. In the previous version the application worked fine in IE11 but after the upgrade it does not works anymore (nothing shown ...
Zsolt Balogh's user avatar
0 votes
1 answer
2k views

Angular IE11 file upload Cancel event

We have an application where we need to support IE11 with file upload functionality. The version of angular is Angular 11. There is file upload control, which is working fine in all browsers except ...
Biju Thomas's user avatar
  • 1,109
1 vote
0 answers
182 views

IE11 doesn't drop :hover for bootstrap button on mouse leave

Our client rised a "bug". The bug is about having one button stuck with blue background (hovered) even after a pointer was moved outside. I've created a MWE locally and moved it to ...
Eatos's user avatar
  • 454

15 30 50 per page
1
2 3 4 5
20