Skip to main content

All Questions

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
45 votes
1 answer
58k views

Flex auto margin not working in IE10/11

I have a complex layout where I center various elements vertically and horizontally with flexbox. The last element then has margin-right:auto; applied to push the elements left (and negate centering ...
Michael's user avatar
  • 1,762
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
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"&...
Graham P's user avatar
  • 2,262
29 votes
1 answer
22k views

CSS "unset" / "initial" in Internet Explorer

Is there anything similar to background-color: unset; or background-color: initial; that is supported in Internet Explorer? (before thinking in using javascript)
Fernando Gabrieli's user avatar
11 votes
4 answers
10k views

HTML5 number input field step attribute broken in Internet Explorer 10 and Internet Explorer 11

It appears some of my website's users are experiencing issues when attempting to insert values into input fields of type number with the step attribute set. I am using Django 1.6 to render the forms ...
chewynougat's user avatar
  • 1,129
11 votes
2 answers
33k views

Running ie10, ie11 at same time for testing?

I recently installed ie11 on my Windows7 machine and do browser testing for all versions of ie on it in the document. I also do tests on Browserstack. I have client now that INSISTS I test on ie10 ...
user3006300's user avatar
10 votes
3 answers
26k views

IE + overflow: hidden

I don't know is that an issue or bug, but when I use overflow: hidden, selecting the text and moving the cursor to the page bottom in IE, the page is scrolling (I tried IE9-IE11)! When I use Firefox/...
user avatar
9 votes
4 answers
2k views

Why does IE freeze on Layout when rendering an empty SVG element?

I am currently hitting an issue in IE 10 and 11 where the browser tab is hanging every now and then on Layout in the UI Responsiveness tool. I am part of a team writing a fairly large knockout.js web ...
linusthe3rd's user avatar
  • 3,535
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(); ...
Petah's user avatar
  • 45.9k
8 votes
2 answers
1k views

IE 10 and 11 hang when "Mixed Content" dialog appears

We are looking for solution to resolve strange IE browser behaviour when Mixed Content Warning Dialog appears. We develop a video platform based on Silverlight 5. The site relies on the HTTPS ...
Alex Karlovich's user avatar
8 votes
2 answers
2k views

Transition not animating in IE9-11 when using calc

I'm trying to get IE10 to animate a change in width of an element so that it pushes another panel out of the way. I have a JSBin demonstrating the basic idea. On Chrome, it animates just fine when you ...
Turner Hayes's user avatar
  • 1,904
7 votes
1 answer
6k views

Viewport for IE10 & 11 desktop, but not mobile

I build a lot of responsive sites. I'd like to support IE10 and IE11's snap modes, but I can't do it fully without breaking support for Windows Phone 8. This is the code I'm currently using, in my CSS:...
JacobTheDev's user avatar
  • 18.1k
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) ...
Matt Dietsche's user avatar

15 30 50 per page
1
2 3 4 5
10