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
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
43