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

All Questions

-1 votes
2 answers
325 views

IE default version is changed to 7 automatically

i have added the bellow piece of code in my js file. var meta = document.createElement('meta'); meta.httpEquiv = "X-UA-Compatible"; meta.content = "IE=edge, IE=11, IE=10, IE=9"; document....
abdul raheem's user avatar
2 votes
1 answer
212 views

Opening IE 11 dev tool causing the issue

I work on Angular 4, I have a language list and each list has a star beside it. As soon as the user clicks on star the language is added to favourites. Issue: Ones I click on star the language ...
Anna's user avatar
  • 1,689
0 votes
1 answer
63 views

IE Debugger inaccessible

I am trying to simulate showModalDialog behavior with window.open function. To block access to parent window, I used a while loop : while(resultPopup && !resultPopup.closed){ ...
hamzagiveshugs's user avatar
2 votes
2 answers
406 views

Find out who overrides a class in IE Developer Tools

I'm using IE developer toolbar to analyze the DOM. My question is: when you check a certain element, let's say a paragraph, and that paragraph has a class that will set its background-color, but for ...
user2818430's user avatar
  • 6,011
0 votes
1 answer
1k views

Why would Internet Explorer partially download a resource?

The question is, why would IE partially download a resource? We have an application that uses bootswatch fonts that are not displaying properly in IE 11.0.9600. Upon inspection, IE reports that ...
FrobberOfBits's user avatar
32 votes
1 answer
23k views

IE Developer Tools breakpoints are not working

I'm trying to debug some javascript in IE 11 and I'm not able to force it to stop on a breakpoint. debugger; line works fine (stops debugger in that line), same file without a debugger; line but ...
Wojtek's user avatar
  • 1,390
4 votes
1 answer
15k views

Issues with Developer Tools (IE 11) - "Error: Object doesn't support property or method 'addEventListener'"

If I try to open developer tools in IE11, it re-opens the page, zoomed in (and losing any focus/selected element). If I then close the developer tools, it throws a "Error: Object doesn't support ...
Kent Sharkey's user avatar
10 votes
2 answers
9k views

Nothing in the Emulation tab on IE 11

I recently update to IE11. I would like to use develop tool for change the browser to previous version for testing and comparison. I searched the website How to get your ASP.NET application working in ...
user819774's user avatar
  • 1,494
17 votes
2 answers
13k views

Emulating print media in Internet Explorer

I am implementing printing of a web page that is originally displayed in Internet Explorer. I would like to use the browser "Inspect Element" functionality when in print mode. So I would like to ...
Klas Mellbourn's user avatar
26 votes
4 answers
6k views

IE11 Developer Tools' "Find" field greyed out

I'm in IE11 Developer Tools and I do a Ctrl+F. Once I hit the last search result, the "Find" window grays out and I am unable to ever use search again. Tried hitting ESC, pressing Ctrl+F again, ...
RoccoB's user avatar
  • 2,559
0 votes
1 answer
234 views

Why screen freezes every time I launch IE developer tool on IE 11

I am using IE 11 as my company does not allow any other browser to be installed. Every time I launch IE developer tool on IE 11 the screen freezes. Is there any lighter version of IE developer tool or ...
SharpCoder's user avatar
  • 18.8k
8 votes
2 answers
16k views

Why doesn't the IE11 Developer Tools work?

I can press f12 or right click and select inspect element but when the toolbar opens it is just a blank white screen. I am able to view source on the broken f12 tools and this is what i see: <!...
user avatar
66 votes
8 answers
204k views

How to set IE11 Document mode to edge as default?

I have Internet Explorer installed on my computer but needed to test compatibility mode of IE 7. After changing the document mode to IE 7, it set it as default and now I can't change it. The default ...
Pomster's user avatar
  • 15k
31 votes
3 answers
82k views

IE 11 cookies in Developer tools [duplicate]

Is there an equivalent to Chrome's cookie view in IE 11 ? Chrome's cookie viewer: Resources->Cookies. Closest IE11 has is this : Network -> Go to url -> click on details - > Cookies. IE 11 Wiki has ...
Nash's user avatar
  • 2,580
0 votes
1 answer
1k views

Launch Internet Explorer developer tools with different keyboard shortcut?

So in Chrome and Firefox, I can launch the inspector with Cmd+Alt+I I know Internet Explorer uses F12 by default, but those other browsers have had working dev tools for a longer time. IE11 looks ...
mikemaccana's user avatar

15 30 50 per page