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
99 votes
5 answers
130k 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,153
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

15 30 50 per page
1
2 3 4 5
43