Skip to main content

All Questions

1 vote
1 answer
724 views

"Do Not Track (DNT)" default settings for IE 9, IE 10, IE 11, other browsers?

What is the current state of browser (client side) support of "Do Not Track" HTTP header for IE 9, IE 10, IE 11, other browsers?
3 votes
0 answers
417 views

Detect multi-touch finger positions in IE10/IE11

I'm developing in JavaScript for IE10/IE11, and am trying to get custom multi-touch events to work. I'm using the MSGesture API, and it provides a nice abstraction layer, but I would like access to ...
7 votes
1 answer
3k views

Workaround for IE 10/11 flex child overflow alignment

If a flex container has justify-content: center, and there is a single flex child that is wider than the container, the content remains centered (with content overflowing equally in both directions) ...
4 votes
1 answer
7k views

Blur event function in IE11 and IE10

I have a textbox in my ASP.Net MVC application and I need to do some validation when the textbox loses focus, so I have used a blur event. The below event is working fine in Chrome browser but not ...
0 votes
1 answer
2k views

IE11: how to make two-column grid layout that the second column would fill both or one column, depending on whether the first column is displayed

What I want to achieve, is to have two-column grid layout that behaves like this: if display property of col 1 set to inline - layout should be rendered as follows: +------+--------------+ | | ...
9 votes
3 answers
8k views

Could not complete the operation due to error 800a025e

What does this error mean in IE10/11: Error: Could not complete the operation due to error 800a025e. And how would I debug it? It says its this line: this.nativeSelection.removeAllRanges(); ...
3 votes
2 answers
2k views

Does Ember CLI support IE11 or IE10?

We have an ember cli based site and works fine in all browsers except for IE11 & IE10. The site loads in IE11 / IE10 too but after viewing few pages it just crashes without any error in console ...
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 ...
1 vote
1 answer
849 views

Change hover background colour in dropdown menu for IE 10 and 11

Does anyone know if it's possible to change the colour of the highlighting in dropdown menus for IE 10 and 11? IE 9 highlights with a blue background whereas IE 10 and 11 highlight with grey. I'd ...
0 votes
1 answer
504 views

Internet Explorer adds additional padding to flex box. How to fix?

I have three flex-box cards each identical with an img at the top followed by an info section split into two columns. It looks fine in all browsers, except Internet Explorer 9 and 11 (I haven't been ...
0 votes
0 answers
31 views

I am not able to load the page when my user is in shanghai and operating one the application page with Win8.1 and IE11.x

I am not able to load the page when my user is in Shanghai region and operating one the application page with Win8.1 and IE11.x.
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 ...
-1 votes
2 answers
3k views

filter:grayscale(100%) in IE 11 for images

I have searched all over the internet but I didn't get any solution. Can anyone say what is the alternative for the css3 filter and for transistion3d in IE 11 and IE 12? I don't want to use any ...
34 votes
5 answers
15k views

IE10 flexbox widths include padding, causing overflow. box-sizing: border-box doesn't fix

The LHS flex child in this example has 1em padding, and it will cause RHS to overflow the parent: <div style="display: -ms-flexbox; box-sizing: border-box; width: 200px; border: 5px solid black"&...
2 votes
2 answers
14k views

CSS animation not working in Internet Explorer 10 and 11

The following css animation works perfect in Chrome, Mozilla, Opera browsers but doesn't work in Internet Exporer 10 and 11. What's wrong? Please see http://jsfiddle.net/bm72w3n3/ .changed { -...

15 30 50 per page
1
2 3 4 5
10