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
32 votes
4 answers
19k views

multiline-flexbox in IE11 calculating widths incorrectly?

Seems IE11 doesn't calculate flex item widths properly if flex-wrap: wrap is used. See http://jsfiddle.net/MartijnR/WRn9r/6/ The 4 boxes each have flex-basis: 50% so we should get two lines of two ...
Martijn van de Rijdt's user avatar
22 votes
4 answers
40k views

JS ForEach Loops in IE11

I am having issues getting a JS loop to work over 4 elements on a page in IE11. I want the function hideImg to run on mouseover on the element that you hovered over. Here is my code: elements....
Steve Walker's user avatar
17 votes
2 answers
9k views

How to remove arrow functions from webpack output

After running my code through webpack it contians arrow functions. I need the code to work in ie11 so I need to get rid of the arrow functions. I'm using babel-loader for all .js files. I wrote a ...
Bjørn Moholt's user avatar
16 votes
6 answers
21k views

IE11 border radius and border bug

I have an odd visual bug in IE11 as you can see in image here > (source: jonwallacedesign.biz) See the odd effect on corners of the white "WHY USE US" li button.... The combination of border-...
dubbs's user avatar
  • 1,249
11 votes
4 answers
74k views

Selenium WebDriver on IE11

I am using WebDriver for automating regression suite of our webapp, I have tried to get my test scripts functioning with IE11 but have not had any success. I understand IEDriverServer.exe does not ...
mra419's user avatar
  • 413
8 votes
1 answer
4k views

What does unset value mean in CSS?

I have a megamenu that is absolutely positioned, and as some of its parent elements need to have position:relative, I have to use position:unset on the direct parent. This works in Chrome and Firefox, ...
Erica Stockwell-Alpert's user avatar
7 votes
3 answers
12k views

Flex items overlapping item in IE11

I have two divs: top div contains a long text that takes up several lines lower div has min-height and flex-grow: 1 When I reducing the window to the scroll appeared, then in chrome everything is ...
JIemON's user avatar
  • 387
5 votes
1 answer
5k views

How to create IE11 Bundles with Webpack 5 and Babel 7

How can we compile modern JavaScript into backwards-compatible JavaScript bundles that can be used with Internet Explorer 11 (ie11)? Specifically, how can we do this with the latest versions of ...
anthumchris's user avatar
  • 8,878
4 votes
2 answers
60k views

Javascript Excel OpenFile

I have this code: <html> <script type="text/javascript"> function test() { var Excel = new ActiveXObject("Excel.Application"); Excel.Workbook.Open("teste.xlsx"); } ...
PythonNewbie's user avatar
4 votes
5 answers
11k views

HTA and 'x-ua-compatible' meta tag

Added to post Jun-19-2014 Thanks Bond. Since you had IE9, I appreciate your test. Hopefully if somebody out there has IE 10 they will test it, too. It does not make any sense why under the IE 11 ...
Joe Weinpert's user avatar
3 votes
1 answer
13k views

Flexbox max-height issue with IE11

I'm trying to code a search menu separated in three parts. Each part will have a scrollbar if there's not enough vertical space for the results to display. In Chrome and Firefox, each menu displays ...
Kévin_Bransard's user avatar
3 votes
1 answer
2k views

How to get mshtml.IHTMLDocument6 or mshtml.IHTMLDocument7?

I am using IE11 in Windows 7. Then I added a reference in C# project c:\Windows\System32\mshtml.tld and try to get mshtml.IHTMLDocument6 or mshtml.IHTMLDocument7, but VS2013 doesn't see it. I can ...
askeet's user avatar
  • 719
3 votes
1 answer
2k views

Internet Explorer 11 getting stuck randomly while executing tests through IEDriverServer and Selenium

I'm having issues that IE version 11 stuck randomly on some page. the code is working fine because whenever i restart the program sometimes it work but the most annoying will be randomly stuck after ...
Royze's user avatar
  • 35
45 votes
5 answers
84k views

Placeholder CSS not being applied in IE 11

I am getting some problem in applying placeholder css. I am trying to apply css (i.e. color:#898F9C;) on input-box placeholder using pseudo-class selector :-ms-input-placeholder, but it's not ...
Ishan Jain's user avatar
  • 8,143
31 votes
7 answers
120k views

"Object doesn't support this property or method" error in IE11

I am getting the error Critical Error: Object doesn't support this property or method addeventlistener while accessing the InfoPath form page (using InfoPath enabled list form e.g. displayifs.aspx)...
VSP's user avatar
  • 311

15 30 50 per page
1
3 4
5
6 7
43