Skip to main content

All Questions

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
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
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
6 votes
1 answer
11k views

Font-awesome disappears after refresh for all ie browsers ie11,ie10,ie9

I know it seems this question has been asked before, but the solutions I've found are for IE8 only. We are using Font Awesome 4.1.0 and Bootstrap v3.0.3 in our project. If we load the page for the ...
Denzz's user avatar
  • 1,025
0 votes
1 answer
7k views

IE 11 document.selection does not work [closed]

I am trying to deselect selected content in HTML editor. I have used selection.empty() function for deselecting content it is working fine up to IE10 but it is not working in IE11. Also the create ...
user2959644'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
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
3 votes
2 answers
5k views

Gradient not working in IE 10/11

here my CSS to get the gradient working in any browser, inlcuding IE up to version 9 (IE9): .wrapper { background:-moz-linear-gradient(top , #0f1925, #000) repeat scroll 0 0 transparent; ...
carherlo's user avatar
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
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
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
6 votes
2 answers
3k views

Label :hover attribute triggers incorrect element in IE10 and IE11

This is a little weird, but bear with me. This only affects IE10 and IE11, doesn't affect Chrome, FF, Safari, and IE9 and older. If you have a <label> for another element nested within a class ...
Cory's user avatar
  • 5,785
4 votes
1 answer
13k views

input range not working in ie or edge

Has anyone else come across this issue and do you have a solution. Using this html in ie and edge the range doesn't show. <html> <head> <link rel="stylesheet" href="http://...
HenryM's user avatar
  • 5,723

15 30 50 per page