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
4 answers
42k views

How can I get the WebBrowser control to show modern contents?

I've created a Winforms app that uses a WebBrowser control; I dynamically assign its Uri. It worked fine for awhile, but now I'm getting this msg: You seem to be using an unsupported browser. Older ...
B. Clay Shannon-B. Crow Raven's user avatar
100 votes
18 answers
109k views

Detecting IE version using CSS Capability/Feature Detection

IE10+ no longer supports browser detection tags to identify a browser. For detecting IE10 I am using JavaScript and a capability-testing technique to detect certain ms prefixed styles are defined such ...
dano's user avatar
  • 5,630
26 votes
5 answers
37k views

flex property not working in IE

I have been unable to determine why flexbox is not working in IE 11. For testing, I sourced a very simple flexbox layout from CodePen and have pasted the information below. Chrome works as intended; ...
Dizz's user avatar
  • 363
198 votes
13 answers
124k views

Text in a flex container doesn't wrap in IE11

Consider the following snippet: .parent { display: flex; flex-direction: column; width: 400px; border: 1px solid red; align-items: center; } .child { border: 1px solid blue; }...
Misha Moroshko's user avatar
72 votes
4 answers
141k views

CSS Grid Layout not working in IE11 even with prefixes

I'm using following HTML markup for my grid. <section class="grid"> <article class="grid-item width-2x height-2x">....</article> <article class="grid-item">....</...
Faisal Khurshid's user avatar
29 votes
4 answers
21k views

Absolutely positioned flex item is not removed from the normal flow in IE11

We have two divs with content and a third div that is a background with absolute position. Container is a flexbox. All works fine in Chrome and Safari, but Firefox and IE11 factors in the absolute ...
Nikolay Aleshkovskiy's user avatar
217 votes
16 answers
233k views

How to detect IE11?

When I want to detect IE I use this code: function getInternetExplorerVersion() { var rv = -1; if (navigator.appName == 'Microsoft Internet Explorer') { var ua = navigator.userAgent; ...
user avatar
51 votes
5 answers
30k views

ToLocaleDateString() changes in IE11

In IE 11, I'm getting funny results with ToLocaleDateString(). The string returned looks fine in the browser, e.g. "1/28/2014 11:00:46 AM", but then if I copy and paste that value into a plain text ...
ctb's user avatar
  • 1,212
98 votes
5 answers
131k views

IE11 Document mode defaults to IE7. How to reset?

My Internet Explorer 11 on my Windows 8.1 Surface tablet defaults to document mode 7, causing a lot of websites to render wrongly. When I open the Developer tools, it states that it defaults to ...
jim's user avatar
  • 1,143
30 votes
4 answers
65k views

SVG animation is not working on IE11

I have a really simple loading animation that works perfectly on Firefox and Chrome, but in IE11 it's not showing the SVG figure. Here is the full example: JSFiddle sample SVG: <svg class="...
Pablo's user avatar
  • 475
151 votes
12 answers
200k views

Internet Explorer 11 detection

I know IE 11 has different user agent string than all other IE Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv 11.0) like Gecko I have tried to detect IE 11 with answer specified for this question' ...
Miqdad Ali's user avatar
  • 6,137
235 votes
8 answers
447k views

How to write a CSS hack for IE 11? [duplicate]

How can I hack or write css only for IE 11? I have a website that looks bad in IE 11.I just search here and there but didnt find any solution yet. Is there any css selector?
user2135651's user avatar
  • 2,471
4 votes
2 answers
10k views

Web browser control emulation issue (FEATURE_BROWSER_EMULATION)

Using VS2013 I created a very simple web browser Control application that navigates to http://demos.dojotoolkit.org/demos/calendar/demo.html When no FEATURE_BROWSER_EMULATION is set for this ...
Guy's user avatar
  • 935
38 votes
6 answers
95k views

VBScript support in Internet Explorer 11

I tried the following HTML page with two scripts: <html> … <body> <script type="text/javascript"> alert ('Javascript'); </script> <script type="text/...
Ensayo's user avatar
  • 389
2 votes
1 answer
3k views

Selenium IE WebDriver only works while debugging

I am using Java Gradle, Selenium 3.8.0 and IEWebDriver 3.8.0. Chrome and Firefox are working fine, but IE throws a org.openqa.selenium.TimeoutException: Expected condition failed Exception, although ...
Ismoh's user avatar
  • 1,094
30 votes
4 answers
101k views

Position: sticky buttons not working in IE 11

I need to make the div containing the buttons sticky, so that the buttons in that div will stay at the bottom as the user scrolls the screen. This is so that the user does not have to scroll all the ...
Tx36's user avatar
  • 506
3 votes
3 answers
9k views

Starter create-react-app with IE11 polyfill import still aborts in IE11

Using: react 16.8.6. Working in: Dev Mode. 1) Do: npm create-react-app my-app 2) cd my-app 3) add: import "react-app-polyfill/ie11"; as the new first line in index.js 4) do: npm start 5) In IE11 ...
Sparky the Wonder Dog's user avatar
114 votes
5 answers
97k views

IE11 - does a polyfill / script exist for CSS variables?

I'm developing a webpage in a mixed web browser environment (Chrome/IE11). IE11 doesn't support CSS variables, is there a polyfill or script that exists that would allow me to use CSS variables in ...
R. StackUser's user avatar
  • 2,025
110 votes
8 answers
42k views

Why doesn't Internet Explorer 11 honour conditional comments even when emulating Internet Explorer 8 document mode?

I'm using the new Internet Explorer 11 developer tools to switch the document mode to "8", but conditional comments are still ignored, that is, they are not properly parsed and behave like ...
thasmo's user avatar
  • 9,638
85 votes
2 answers
172k views

How to support promises in Internet Explorer 11?

I have a simple code that runs perfectly on every browser except for the Internet Explorer 11. How can I make it work on all browsers? Codepen 'use strict'; let promise = new Promise((resolve, reject)...
Billy Logan's user avatar
  • 2,500
41 votes
5 answers
99k views

Access denied in IE 10 and 11 when ajax target is localhost

I'm trying to do a ajax call between a server (http) that is on internet. And target that to my own localhost. FF/Chrome/ ETC... works. It's ONLY an IE issue. IM USING IE 11 AND 10. The request is ...
narc88's user avatar
  • 531
103 votes
10 answers
164k views

Internet Explorer 11 disable "display intranet sites in compatibility view" via meta tag not working

I have been working on an intranet website for over 6 months were I have been using the below html5 doctype and edge compatibility meta tag to force Internet Explorer to not emulate an older browser ...
Pricey's user avatar
  • 5,879
60 votes
7 answers
86k views

How can I target only Internet Explorer 11 with JavaScript?

What's the least error-prone way to target just IE11 with JavaScript? Note: This should really only be done for analytics or informing the user what browser they're using. For everything else, there'...
dave1010's user avatar
  • 15.3k
35 votes
2 answers
45k views

Template literals syntax is not working in IE11

The back-tick character is not recognized as a Valid Character in IE11 when using the "use strict" directive while it works in other browsers, such as Chrome. What is the interpretation of this ...
usefulBee's user avatar
  • 9,568
77 votes
1 answer
127k views

Support for ES6 in Internet Explorer 11

According to this page http://kangax.github.io/compat-table/es6/, ES6 features are not implemented in IE 11. Does IE 11 have a plan for implementing them one day or can I forget about it? Is there a ...
ling's user avatar
  • 9,855
50 votes
4 answers
45k views

JavaScript localStorage object broken in IE11 on Windows 7

The localStorage object in Internet Explorer 11 (Windows 7 build) contains string representations of certain functions instead of native calls as you would expect. This only breaks with vanilla ...
BrutalDev's user avatar
  • 6,241
24 votes
9 answers
46k views

'WebForm_DoPostBackWithOptions' is undefined in IE11 Preview

IE11 is coming. I just installed the developer preview version. However, if I run some of my web application and I got the error WebForm_DoPostBackWithOptions is undefined. The error popped up when I ...
user2376512's user avatar
78 votes
7 answers
53k views

Prevent IE11 caching GET call in Angular 2

I have a rest endpoint that returns a list on a GET call. I also have a POST endpoint to add new items and a DELETE to remove them. This works in Firefox and Chrome, and the POST and DELETE work in ...
cmaynard's user avatar
  • 2,860
184 votes
6 answers
80k views

How can I prevent the scrollbar overlaying content in IE10?

In IE10, the scrollbar is not always there... and when it appears it comes on as an overlay... It's a cool feature but I would like to turn it off for my specific website as it is a full screen ...
Jimmyt1988's user avatar
  • 20.9k
141 votes
7 answers
74k views

Internet Explorer 9, 10 & 11 Event constructor doesn't work

I am creating an event, so use the DOM Event constructor: new Event('change'); This works fine in modern browsers, however in Internet Explorer 9, 10 & 11, it fails with: Object doesn't ...
mikemaccana's user avatar

15 30 50 per page
1
2 3 4 5
22