Skip to main content

Questions tagged [internet-explorer-11]

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10. It was officially released on 17 October 2013 for Windows 8.1 and on 7 November 2013 for Windows 7. Microsoft apps and services to end support for Internet Explorer 11 November 30, 2020 - September 30, 2021.

internet-explorer-11
17 votes
10 answers
37k views

How to detect IE 11 with javascript in Asp.net

Hello I want to detect the Browser , IE 8 or more will be appropriate for me. For this i used following code but it fails for IE 11 . For other its detecting properly. function ...
Abhinash Mohanty's user avatar
2 votes
1 answer
7k views

What is the correct IEDriverServer version to use with IE 11 through Selenium

I just got updated to Windows 10 (x64). My old desktop had IE 11 but a lower version, as it was running Windows 7. I now have the following IE version: Version: 11.648.17134.0 Update Versions: 11.0....
Tony's user avatar
  • 1,145
34 votes
7 answers
103k views

IE11 meta element Breaks SVG

I've embedded an SVG files data directly into my html. It shows in Chrome and Firefox, but in IE11 it doesn't show at all. The pastebin link to the SVG is http://pastebin.com/eZpLXFfD I've tried ...
Rahil Pirani's user avatar
26 votes
6 answers
84k views

CORS request with IE11

I have a CORS (cross origin resource sharing) request coming from my login page to the application site, on a different URL. I have a simple page I ping to determine if a user is already logged in, ...
Drew's user avatar
  • 1,014
24 votes
1 answer
24k views

Setting window.location or window.open in AngularJS gives "access is denied" in IE 11

I'm admittedly an AngularJS newbie but I can't find why this code works in Chrome and Firefox but gives "Access is denied" in the javascript console with IE 11. I need to display a PDF via an ...
Matt's user avatar
  • 2,071
17 votes
6 answers
22k views

ReportViewer IE 11

I have a page on my 3.5 framework webforms site that displays reports. It is using report viewer 10.0.0.0. The reports render for every browser but IE11. Only reports that display information in doc ...
vikingben's user avatar
  • 1,642
15 votes
2 answers
38k views

Compiling ES6 and VUE JS not working in IE 11

So I am having an issue with ES6, Webpack and VUE JS in IE 11. This works in Edge, Chrome, Safari and Firefox, but not IE 11. The error: SCRIPT1002: Syntax error vue.js (16,8498) Ok, so whats at ...
TheWebs's user avatar
  • 12.8k
8 votes
3 answers
16k views

Angular 8 project not working in Microsoft Edge and IE11

I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is not even showing in these two browsers. Here's what I did: npm version: $npm -v 6.10.2 Angular ...
chimaira's user avatar
  • 183
149 votes
3 answers
1.1m views

How to downgrade from Internet Explorer 11 to Internet Explorer 10?

As a developer, I found the new Internet Explorer version to be a complete nightmare. I turned the windows feature off, but I wasn't able to install Internet Explorer 10. It says that ...
Yaniv's user avatar
  • 1,908
123 votes
10 answers
132k views

Flexbox Not Centering Vertically in IE

I have a simple web page with some Lipsum content that is centered on the page. The page works fine in Chrome and Firefox. If I reduce the size of the window, the content fills the window until it can'...
Dragonseer's user avatar
  • 2,874
68 votes
4 answers
53k views

dispatchEvent in Chrome but not in IE11

I am using the following code to submit to a form: element.dispatchEvent(new Event("submit")); Inspector returns the error: Object doesn't support this action This works in Chrome. The ...
user avatar
42 votes
8 answers
31k views

Angular2 date pipe does not work in IE 11 and edge 13/14

I'm using Angular 2.0 final, and I have an incorrect format of dates when I add hours and minutes in the format string: In the template of the component, I have: <th id="lastexecution">{{dto....
Anthony Brenelière's user avatar
41 votes
9 answers
123k views

Form/JavaScript not working on IE 11 with error DOM7011

The register button for our ASP.net form, which uses the __postback function stopped working on IE 11, from the developer console, it shows: DOM7011: The code on this page disabled back and forward ...
eastboundr's user avatar
  • 1,867
41 votes
8 answers
52k views

Masking input characters without type=password

So I have a problem with newer browsers saving passwords. Say I have a password box like so: <input type="password" autocomplete="off" /> New browsers like IE11 and Safari in iOS 7.1 have ...
gislikonrad's user avatar
  • 3,531
34 votes
2 answers
58k views

Why doesn't justify-content: center work in IE?

I have this simple div with a button inside of it. justify-content: center; works fine using Firefox and Chrome, but does not work on IE 11: #div { height: 200px; width: 50px; border: ...
KaeL's user avatar
  • 3,659

15 30 50 per page
1 2 3
4
5
43