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

All Questions

0 votes
1 answer
540 views

Mouse events are not working in element within button (IE11)

all. have strange situation with IE, when element with mouse events within button - events will not trigger. this situation is not reproduce in Chrome or Firefox. unfortunately there is no info about ...
YoroDiallo's user avatar
0 votes
1 answer
93 views

IE11 shows newly added element only after some random click

I have a realy confusing problem with IE 11. I use AngularJS to fill an element and display the element afterwards. It works perfectly in FireFox and Google Chrome. In IE11 it wouldn't show until I ...
Johannes Scharf's user avatar
0 votes
0 answers
488 views

AngularJS 1.5 application giving DOM7011: The code on this page disabled back and forward caching in IE11 [duplicate]

I have an AngularJS application where I am trying to implement download functionality in png/jpeg format.The download is not dependent on backend server.Basically we take the screenshot of current ...
Chetna Gupta's user avatar
0 votes
1 answer
3k views

I get the error SCRIPT1003: Expected ':' in IE 11; (Java Script Code error)

This particular snippet of JS code does not work on IE 11. I get the error SCRIPT1003: Expected ':' and it says it is missing on line that it's in bold. var $actions = application.service('$actions',...
Eduardo Serrano's user avatar
2 votes
4 answers
276 views

IE 11 is taking long time to load ng-option when dev tool is open

The following code is taking long time in IE11 to load when developer tool is open. Without developer tool open the code is loading quickly. I have reproduce this issue in Fiddle. Note: Open the ...
Shrinivas Pai's user avatar
0 votes
1 answer
466 views

Angular controller that crashes Internet Explorer 11

I've written an angular controller that crashes Internet Explorer 11 consistently, but works as expected in Chrome, Firefox and Opera. There's nothing too complicated here, it's displaying values ...
Joseph McCarthy's user avatar
2 votes
0 answers
926 views

Angular $http get call very slow on IE 11

I have been trying to understand the performance problems on IE 11. This is specifically when I do $http.get('rest/restendpoint') . This is inside a function in angular factory and that is being ...
Tarun's user avatar
  • 21
2 votes
0 answers
219 views

IE11 doesn't render my angularjs app on refresh

I'm working with an AngularJS app v1.5.8, it works fine in chrome and firefox. But when I go to IE11, the first time it loads, it works fine, but if the user refreshes the site, it won't render. I ...
Gabo's user avatar
  • 359
0 votes
1 answer
447 views

Ng-repeat animation not working in IE11

I have this ng-repeat code, but not working in IE 11 <div class="cardSegmentation moveUp" style="animation: moveUpA {{ (0.5 + 0.1 * $index) + 's' }} ease forwards;animation-delay: 400ms;-webkit-...
user avatar
1 vote
1 answer
167 views

Using jstree "offline" with IE11

I'm using jstree v3.2.1 wrapped with ngJsTree in an AngularJS web-app to be used mainly on IE11 browsers. I found that users who could not connect to the internet, due to their company policies, ...
Gargaroz's user avatar
  • 314
9 votes
1 answer
5k views

Permission denied for clicking link in Internet Explorer 11

I modified an existing AngularJS-App, which lists customers, by adding a button, that allows to download the customer information as a vcard. I create the vcard in Javascript directly on click. The ...
Nils-o-mat's user avatar
  • 1,228
5 votes
2 answers
2k views

AngularJS + IE 11 + Polymer = ng-model not updating

In a directive in my application I have a text input with a variable bound using ng-model: <input type="text" class="text-input" ng-change="onInputChange()" ng-model="value" /> I've set up the ...
George's user avatar
  • 915
3 votes
1 answer
886 views

Angular JS Error: [$rootScope:infdig] in IE 10 and IE 11 only

I'm running Angular JS v1.4.7 and the app completely crashes in Internet Explorer 10 and 11 (we don't support older). When I check the console I see: Error: [$rootScope:infdig] which is somewhat ...
emersonthis's user avatar
  • 33.2k
1 vote
2 answers
2k views

IE support for multiple Angular ng-class expressions

I have a code sample below where i check for file extension and accordingly set the icon for uploaded file. As there is support for multiple files, i have set icon for each of them and based on ...
Zeeshan Hyder's user avatar
1 vote
1 answer
932 views

AngularJS app crashes IE dev tools

I have an angular application (works great in chrome and edge) that will crash IE 11 dev tools immediately upon opening. I overwrote console.log to output to my window to try and get some ...
MichaelWClark's user avatar

15 30 50 per page