Questions tagged [ie11-developer-tools]

121 questions
250
votes
7 answers

How do I view cookies in Internet Explorer 11 using Developer Tools

I'm looking for how to view the cookies set using developer tools in IE11. I see an option in network profiling to view cookies being sent back and forth, but this is not really the same thing. It is cumbersome to use since it's per request. Surely…
KingOfHypocrites
  • 9,316
  • 9
  • 47
  • 69
110
votes
8 answers

Why doesn't Internet Explorer 11 honour conditional comments even when emulating Internet Explorer 8 document mode?

I'm using the new Internet Explorer 11 developer tools to switch the document mode to "8", but conditional comments are still ignored, that is, they are not properly parsed and behave like normal comments. So any referenced file inside the…
102
votes
5 answers

What happened to "Always refresh from server" in IE11 developer tools?

Do the F12 developer tools in Internet Explorer 11 also have the "Always refresh from server" feature of the developer tools in IE 8-10? I see the "Clear browser cache... (Ctrl + R)" button on the Network tool, but clicking on it appears to do…
80
votes
5 answers

An error has ocurredJSPlugin.3005

I installed IE11 on server 2008r2. I was trying to debug using IE11 and I am having the following error. The error I am having in the Dom Explorer tab is: Diagnostic: Exception in window.onload: Error: An error has ocurredJSPlugin.3005 Stack…
31
votes
3 answers

IE 11 cookies in Developer tools

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 this under removed features: "Ability to view all…
26
votes
3 answers

in IE 11 how can I display F12 tools on the side instead of the bottom?

In Internet Explorer 11 (IE11), is there a way to move the F12 Tools window to be on the side instead of the bottom of the window? I know I can unpin it and treat it like a regular window, but I like to keep my debug window attached to my pages... I…
Eric Liprandi
  • 5,324
  • 2
  • 49
  • 68
22
votes
6 answers

Forcing IE 11 to behave as IE 10

We've run into an unusual bug with Internet Explorer and we need to force IE 11 to behave as IE 10 (since this bug is not present in IE 10). I have tried the following: but unfortunately this…
15
votes
1 answer

How to debug why MS Edge/IE11 does not load sourcemap

I made some source+map concatenation and result works in Firefox and Chrome, but does not even request bundle.js.map from webserver in MS Edge and IE11. Actual JS file is served from http://localhost:8080/bundle.js bundle.js ends with line: //#…
Bobris
  • 415
  • 1
  • 3
  • 14
14
votes
4 answers

IE11 F12 developer tools greyed out

Wondering if anyone's seen the below behaviour with the IE11 F12 developer and if there's a fix? OS is Windows Server 2008 SP1 with all updates applied. Screenshot attached
noonand
  • 2,763
  • 4
  • 26
  • 51
12
votes
1 answer

Why is IE 11 not rendering :after element, showing css as crossed out in dev tools?

I have an angular app with two font icons in a given screen. These are rendered just fine in chrome, firefox and edge, but on IE 11 they do not display. The icons are to be rendered as the content of the :after pseudo class, which according to my…
11
votes
1 answer

IE11 performance profiler not giving any results

I'm trying to improve my site's performance in IE11 and I cannot seem to get any results out of the performance profiler. I've read this page and it seems pretty straightforward but I must be missing something. Here are the steps I take: On the F12…
Alex Turpin
  • 46,743
  • 23
  • 113
  • 145
11
votes
2 answers

How to set IE11 default emulating Core

how i can set default emulation IE to Edge? In F12 i have selected IE7 and i dont know how return Edge.
Misaz
  • 3,694
  • 2
  • 26
  • 42
10
votes
2 answers

AngularJS Assignment to read-only properties is not allowed in strict mode in ie 11

I'm have problem with working angular js in ie 11 TypeError: Assignment to read-only properties is not allowed in strict mode at link (ves-min.js:490:7) at Anonymous function (angular.js:7079:34)enter code here at nodeLinkFn (angular.js:6677:13) at…
7
votes
3 answers

How to resize IE Developer tools when they are too big for the window

I've been assigned to look at an IE only JavaScript issue. As such I wanted to use the IE Developer tools. I last used these when I was in the office with the computer plugged into a large monitor. Now I'm at home and have a smaller screen. When I…
Martin Brown
  • 24,692
  • 14
  • 77
  • 122
7
votes
0 answers

How do you get F12 developer tools to not instantly crash and leave artifacts on your screen?

On two Windows 7 and a Windows 8 computer, all up to date, when I press F12 in Internet Explorer it launches the debugger, says (Not Responding), and then leaves artifacts on the screen until I restart the computer. This has been going on for a…
user1873073
  • 3,580
  • 5
  • 46
  • 81
1
2 3
8 9