Skip to main content

All Questions

2 votes
3 answers
361 views

Angular Form not working in Internet Explorer 11

I have developed an Angular 6 Project. All is working well in Chrome, Mozilla and Apple browsers, but it is not working in Internet Explorer 11. I am unable to save the data on clicking button. In the ...
ABHILASHA K.M's user avatar
0 votes
1 answer
780 views

Do Angular Elements with `ViewEncapsulation.ShadowDom work` in IE11

Is Angular Elements capable of creating Web Components that can run in IE11 when the view encapsulation is set to ShadowDom? Does it require manually added polyfills? The documentation suggests that ...
moefinley's user avatar
  • 1,319
1 vote
1 answer
172 views

How build production Angular8 App for IE11

I faced with problem when I try run build app for IE11. When I run serve with --configuration=es5 - it works. But I build with --configuration=es5 - I take not prod version. How I can build prod ...
QuestionMan's user avatar
0 votes
2 answers
7k views

input event of matInput is called on page load in Internet Explorer 11, when a placeholder is set

I found out that there is a IE bug, where setting the placeholder is calling the input event as described here. This happens on page load, so there was no user interaction. My code: app.component....
testing's user avatar
  • 20.2k
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
2 answers
817 views

IE 11 failed to create file object from byte array in Angular

Can anybody tell me why IE11 is throwing error In other browsers working only in IE getting error "object doesn't support this action" let file = new File([files], newFileName, { type: Constants....
Abhilash G's user avatar
0 votes
0 answers
83 views

Fieldset compatability with IE11

I have used fieldset in angular 8, it works fine with google chrome but in IE11 the code after search breaks at fieldset does not behave properly and values show over placeholder but after some time ...
Aditya Lamba's user avatar
2 votes
0 answers
2k views

IE11 and Angular Issue - ERROR TypeError: Object doesn't support this action

The App runs on chrome edge firefox and not on ie11. The error doesn't mention the action.. any idea on what action it is / might be ? Attaching a screenshot of the error and the polyfill.ts. import '...
Omkar Dixit's user avatar
-1 votes
1 answer
213 views

Angular Service worker with IE 11

Is there any way to get the IE version 11 work with service workers in an angular project?
Neeraj Kumar Prajapati's user avatar
4 votes
1 answer
11k views

SCRIPT1002 Syntax Error in vendor.js - Angular 8 IE11

Trying to get Angular to work in IE 11. I tried everything I found on the web already. I'm getting the following errors: SCRIPT1002: Syntax error File: vendor.js, Line: 110874, Column: 40 Line ...
Jean Silveira's user avatar
0 votes
2 answers
4k views

Datalist not displaying properly in Edge and IE11

In my .html I've a to assign some value and a datalist with 2 option : The first : to take the value of my input The second : where I *ngFor a list of values. <input autoComplete="off" type="...
Guillaume Gaujac's user avatar
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
2 votes
1 answer
64 views

Angular 2 application does not works properly in Internet explore, but works well with other browsers

My angular application works fine with all web browsers except internet explorer. It shows this error in console. polypills.ts looks like this, * BROWSER POLYFILLS */ /** IE9, IE10 and IE11 ...
kevin_Aberathna's user avatar
0 votes
0 answers
1k views

Angular material <mat-tab-group> is slow in internet explorer when clic the tab

I have a component where I have put angular material and in each tab a component is loaded and it works well, both in chrome and in internet explorer 11. The problem is that in internet explorer it ...
ararb78's user avatar
  • 1,177
0 votes
2 answers
2k views

How to print a angular dialog modal in IE11?

An aspx page is loaded up inside a modal using Kendo Dialog for angular. Intended behaviour for this page is once it is generated it opens the print dialogue. The output of that printing action ...
Adam's user avatar
  • 93

15 30 50 per page
1
3 4
5
6 7
20