Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
2 answers
2k views

jquery click on map area doesn't work in IE

So clicking on an area from jquery doesn't work in IE11. Works in Chrome. How can I make it so that IE will trigger when I click on the selected area on the image? HTML: <img src="http://www.free-...
Marwelln's user avatar
  • 29.1k
12 votes
4 answers
13k views

ActiveX custom event cannot work on IE11

I upgraded my IE from version 10 to 11 and found that my ActiveX custom event couldn't work. The reason is that IE11 does not support attachEvent any more, and seems I have to use addEventListener. ...
yushulx's user avatar
  • 12k
38 votes
6 answers
95k views

VBScript support in Internet Explorer 11

I tried the following HTML page with two scripts: <html> … <body> <script type="text/javascript"> alert ('Javascript'); </script> <script type="text/...
Ensayo's user avatar
  • 389
60 votes
7 answers
86k views

How can I target only Internet Explorer 11 with JavaScript?

What's the least error-prone way to target just IE11 with JavaScript? Note: This should really only be done for analytics or informing the user what browser they're using. For everything else, there'...
dave1010's user avatar
  • 15.3k
1 vote
1 answer
207 views

IE11 not showing the same on port

It's hard to write a subject for this question so I'll just lay it down. Open IE11 Preview and go to bing.com. Open the dev tools (F12). Write the following in the javascript console. var p = ...
sebagomez's user avatar
  • 9,539
1 vote
1 answer
228 views

WebGL comformance test suite different for different browsers

Today I ran the official WebGL conformance test on IE 11 preview and Chrome 27. For Chrome, the result was out of ~6,000 tests and IE, it was out of ~17,000 tests. Why the difference in number of ...
Annie's user avatar
  • 3,140
1 vote
1 answer
2k views

Using IE11 Debug Tools or IE11 in Windows 8

Anybody knows if it is possible to run the IE11 debug tools (F12) on a Windows 8.0 machine? I think there is no download of IE11 for windows 8.0 yet? (I can't install Windows 8.1)
daniel's user avatar
  • 35.3k
3 votes
4 answers
21k views

Compatibility problems with Internet Explorer 10/11 and an old .net framework 1.1 website

The Scenario I have a very old website developed in .net (framework 1.1). The site has several problems with Internet Explorer 10/11 that can be fixed using compatibility view. The Problem Problem ...
Andrea's user avatar
  • 12.2k
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

15 30 50 per page
1
67 68 69 70
71