Skip to main content

All Questions

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 ...
MikeP23's user avatar
  • 23
3 votes
1 answer
521 views

IE9 IE 10 IE11 createNodeIterator - "Exception occurred."

I am using createNodeIterator to find words inside my document. Actually I am using almost the exact example code from MDN and MSDN: https://developer.mozilla.org/en-US/docs/Web/API/Document/...
jantimon's user avatar
  • 37.7k
-1 votes
1 answer
49 views

How to keep a section of code (Google Maps) from being executed if viewed within any IE browser

I'm using Google Maps as a header image on my contact page as seen here: www.tarmastersasphalt.com/contact.asp I have found that my Google Maps doesn't work properly in any IE browser version at the ...
SunnyOz's user avatar
  • 575
2 votes
1 answer
158 views

What will IE9 do if it encounters X-UA-Compatible header that says to emulate IE10?

We want IE11 to emulate IE10 so we're going to add a X-UA-Compatible directive to IE=EmulateIE10. But if our server is hit by IE9, how will IE9 interpret that directive?
Mike Gorman's user avatar
1 vote
0 answers
2k views

how to select multiple rows of a table using selenium with java

I am working on selenium with java and want to select multiple rows (WebElement). I am using following code to achieve this. new Actions().click(WebElement1).KeyDown(Keys.Control).click(WebElement2) ...
user3382471's user avatar
0 votes
1 answer
2k views

PDF cannot be seen on IE11/10/9 recently

i am a web developer in a company. From this week on, all the colleagues around me and the web customers cannot open the embedded pdf data any more. The way we transfer data protocol, data:...
Xiaoqiang Wang's user avatar
1 vote
1 answer
3k views

How can I make an iframe security error occur in IE?

A user of one of my websites is reporting an alarming-looking frame content error on a page that embeds Google Maps. I have played with the security settings in IE9, IE10 and IE11 but have only been ...
Michael's user avatar
  • 774
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?
Greg Dubicki's user avatar
  • 6,629
0 votes
1 answer
543 views

How to get IE11, IE10, and IE9 to run their respective versions

I have a website where a lot of users might have compatibility mode engaged, and that's causing me all sorts of problems with Angular and other various things. I can fix it if I can somehow get IE 9, ...
iverSUN's user avatar
  • 35
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
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
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 ...
Hoggie1790's user avatar
1 vote
1 answer
169 views

Find out if the clipboard content comes from Internet Explorer

I want to be able to paste clipboard contents with functional hyperlinks to my Winform controls. In order for this to work I tried to check if the Clipboard contains HTML and no RTF and then I could ...
SoftwareAsAClient's user avatar
5 votes
2 answers
4k views

Border-radius causes weird behaviour in IE9, IE10 and IE11

This Fiddle produces expected results in real browsers (I tried FF, GC, Safari), but breaks unexpectedly in IE9, IE10 and IE11. No problems with IE7 or IE8. <div class="root"> Top <...
Evgeny's user avatar
  • 6,282