Skip to main content

All Questions

0 votes
1 answer
474 views

Number input with datalist does not trigger change event [duplicate]

I am using an input field of type number with a list of suggestions defined as a datalist. Internet Explorer 11 and Microsoft Edge do not trigger the change event, once a suggestion is picked from the ...
user1438038's user avatar
  • 5,948
1 vote
2 answers
952 views

How to trigger the "Save As" dialog in Internet Explorer from an angularjs controller

I have an angularjs controller that retrieves a URL from a rest endpoint. The response contains the URL of a text file on S3, and populates the src attribute of a hidden iframe with the contents of ...
Joseph McCarthy's user avatar
1 vote
0 answers
408 views

Issue with Input Type = number in Internet explorer and edge for angularjs code

Can anyone point me to a sample application where NPM number polyfills has been used with angularjs code. I have a fairly simple application which has a control input type=number with increment ...
user1595214's user avatar
0 votes
0 answers
110 views

Ng-options with order by duplicate values in IE and MS Edge

I have a problem with my application for Cordova windows. My list duplicates first items using ng-options with order by. I'm using angular 1.5.3 and meta widget in the HTML. UPDATE: I'm noticing ...
Paulo Henrique's user avatar
2 votes
1 answer
2k views

How to successfully embed blob PDF response in IE11/Edge

I am not able to embed a blob url as an PDF in IE 11/Edge. There is a CORS issue and IE gives an 'Access Denied'. From my research on SO, I have realized that this is due to IE's inherent security ...
sdd's user avatar
  • 153
0 votes
0 answers
916 views

Angular and IE11 XmlHttpRequest issue, looking for work around or real solution

I used strophe.js for implementing the IM Chat app with Angular JS, and everything work fine in another browser, chrome, firefox, Opera, and Safari, but there are some issue with IE11 and MS Edge ...
Meily Chhon's user avatar
0 votes
1 answer
2k views

Total memory increasing in IE with Angular Directive

Currently I am experiencing an issue when running my angular code under IE 11. Due to Angular being incredibly slow to render a nested ng-repeat (even with one way bindings) I came up with the idea of ...
Heidi_DE's user avatar
  • 177
2 votes
0 answers
578 views

Problems retrieving octet-stream in AngularJS application using Internet Explorer

In an angularjs application I am making a call to a REST service that returns an octet-stream. The content of the stream is a xml file, that I want to get the content of and then pass onto another ...
ldaug's user avatar
  • 21