Skip to main content

All Questions

0 votes
4 answers
446 views

How prevent a style sheet from loading in IE including versions 10 and 11

I would like to create separate style-sheets, one for all IE versions and another one for "normal browsers" ;)
David Martins's user avatar
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
-2 votes
1 answer
37 views

Adobe Flash not supported in IE10, how can we fix this issue?

Is it true that IE10 and IE11 do not support Adobe Flash? Can you help me to solve this issue? I am trying to fix this issue, but I can't.
Venkat Ch's user avatar
  • 736
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
0 answers
144 views

background svg issue in ie10 & 11

There seems to be a svg issue in ie with displaying background image from an assets folder. Some svg portions work while other parts don't. It works fine in all other browsers except ie. The css ...
Scott Carlton's user avatar
0 votes
0 answers
173 views

Don' t cache in ie10 and ie11

I have a source code use manifest. When i run code in chorme it work. But when i run in ie 10 AppCache Fatal Error. Code html: <html manifest="demo.manifest"> <head> <meta charset="...
Yên Đậu's user avatar
2 votes
0 answers
553 views

IE11 'Enable Protected Mode' is breaking the 'Application Cache'

Background: I am building an html5 offline application that should get cached into the browser once it is loaded from the server. I use 'Application Cache' and manifest file to get my page working in ...
user1455719's user avatar
  • 1,055
0 votes
0 answers
2k views

Does IE 11 support offline storage, so web pages can work completely offline

Background: I am building an html5, angularjs offline web appliation. Issue: My offline web application works in the offline mode in chrome and firefox. But it fails to work in the offline mode in ...
user1455719's user avatar
  • 1,055
0 votes
1 answer
3k views

KO binding is not working in IE10 and IE11

Here is my data-bind <input type='text' data-bind="value: duration" id="duration" /> And I have custom javascript code to prevent user from submitting non-numeric text for "duration" which ...
Srinivas Rathikrindi'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
2 votes
1 answer
632 views

compiled dart code not running in IE 10 and IE 11

I am having trouble with a small dart app which runs perfectly fine in Chrome and Firefox and... guess what.... not in IE 10 and 11 (Project Spartan in Win10 Preview works!). It is a simple UI ...
raptaML's user avatar
  • 140
0 votes
0 answers
260 views

ElementNotVisibleException in IE10 and IE11

I have a test case working for chrome driver. Then I execute it for ie10 and ie-11 driver (using a BrowserStack), and it throws an exeception (see below) basically I select an element using ...
Turgut Kanceltik's user avatar
1 vote
2 answers
1k views

Select2 3.5.2 mousedown jumps to top of list in IE10 & IE11

Using Select2 v3.5.2 to create a dynamic option list. The input allows users to select from the list, type to search through options and if the option doesn't exist it is created. The function which ...
timtom's user avatar
  • 133
2 votes
3 answers
981 views

1 pixel difference between IE11 and IE8

Here is the sample code: <html> <head> <title> IE11 </title> <style> *{ margin: 0; padding: 0; } table{ table-layout: fixed; ...
bigpig245'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

15 30 50 per page
1 2 3
4
5
10