Tagged Questions
The ie8-developer-tools tag has no wiki summary.
28
votes
14answers
21k views
IE 8 Developer Tools not working In Windows?
I am using Internet Explorer 8, not by choice. I need to debug a script in it. However, no matter how many times I click the Developer Tools Icon, under Tools or click F12 it will not show up. ...
14
votes
2answers
8k views
Why isn't my IE8 Developer Tools working?
It used to work and now when I press F12 nothing happens...the window does NOT appear. I've uninstalled any other toolbars I've installed and tried resetting by security settings in IE...nothing.
...
14
votes
3answers
14k views
Examine http response headers in IE8
I'm looking for an ie8-addon that displays the http headers like firebug or httpliveheaders do. Any advice is appreciated.
edit: I may be blind but it seems as if the built-in developer tools (F12) ...
10
votes
4answers
4k views
How do I dump JavaScript vars in IE8?
I have an object I need to examine in IE8.
I tried the developer tools and console.log, their Firebug equivalent.
However, when I output the object to the log:
console.log("Element: ", element);
...
10
votes
4answers
18k views
How to debug Javascript with IE 8
How can we debug JavaScript with IE 8 ?
The JavaScript debbuging with Visual Studio doesn't work after an update to IE 8.
9
votes
4answers
179 views
jQuery attribute auto added to elements
After using the IE8 built in Developers Tools for the first time, I noticed jQuery is attaching an attribute to some of my elements:
I've never noticed this before. In fact, this doesn't show up in ...
7
votes
2answers
2k views
Facebook XFBML is not rendering in Internet Explorer 8
I put up this test page to illustrate this issue: (dead Link)
Every browser I've tested on has worked but in Internet Explorer 8. The odd part is that Internet Explorer 8 doesn't even report an ...
6
votes
1answer
632 views
IE Developer Tools - show generated DOM
How do I make IE8 Developer Tools to show DOM that was generated after JavaScript was executed? Currently it displays only the static layout. FireBug handles this correctly, but I need to have a look ...
6
votes
8answers
2k views
Should I learn Firebug or IE8 Developer Tools?
I need to learn either Firebug or IE Developer Tools in a hurry, and I could use some advice about which one is better. I'll be using either one to debug some JavaScript, primarily with repsect to an ...
5
votes
3answers
364 views
IE8 developer tools missing some styles
I'm having some problems with some CSS properties in IE8.
I've tested my site in IE7, Chrome and Firefox and they work fine but IE8 is having some layout issues.
I inspect the developer tool option ...
5
votes
6answers
963 views
Has anyone tested IE 8 developer toolbar ? is it really good like firebug?
Has anyone tested IE 8 developer toolbar ? is it really good like firebug ?
5
votes
3answers
6k views
IE8 XmlHttpRequest Debugging
I am looking for some way to elegantly inspect XmlHttpRequests in IE8. I wouldn't mind a plugin or an external program. I have yet to find anything that works nearly as well as Firebug.
I have ...
4
votes
2answers
934 views
Debug a modal dialog (showModalDialog) in IE
I want to debug (examine DOM, use the interactive JS console, etc) part of a web application that is inside a modal dialog that was created by showModalDialog().
I can't find a way to use the ...
4
votes
2answers
250 views
Did you find any better feature in IE 8 Developer than firebug?
Does IE 8 Developer toolbar have something better than firebug ? How to use IE 8 Developer toolbar in a way like we use firebug in firefox.? Is there any good tutorial on "how to take good use of IE ...
4
votes
1answer
517 views
Can you determine hasLayout in IE8's developer toolbar?
There was a lot of talk that IE8 was supposed to fix/remove hasLayout. Doesn't seem to have happened, though it's not usually an issue.
The problem is that when it does crop up there doesn't seem to ...
3
votes
1answer
39 views
Unable to see the developer tool on Internet Explorer 8
I am using Internet Explorer 8, by choice. I need to debug a script in it. However, no matter how many times I click the Developer Tools Icon, under Tools or wen i click F12 it will not show up. ...
3
votes
1answer
271 views
IE Developer Toolbar BHO and Developer Tools Watch feature not allowing me to add in debug mode (Using IE 8)
I am using IE 8, and the "IE Developer Toolbar BHO" is not working correctly, specifically it won't allow me to add anything to the "Watch" feature, in debug mode. Where it says "Click to add..." in ...
3
votes
1answer
871 views
IE8 Javascript profiler not showing source code
When using IE8's javascript profiler in the Developer Tools, why does it not show the url or line number in the report? If I double click on a function it says "Source code is not available for this ...
3
votes
2answers
823 views
console.time() in IE8 Developer Tools
Is there an equivalent to
console.time('');
console.timeEnd('');
in IE8 Developer Tools?
3
votes
1answer
350 views
IE8 Standards Mode Kicking into Compatibility Mode Error Log?
So I'm developing a site and trying to troubleshoot several different browsers and I noticed when I run through my site in IE8 Standards mode sometimes it kicks me out and forces me to goto into IE8 ...
2
votes
1answer
110 views
jQuery script only working under ie8/9 developer tools
I am trying to debug my jQuery(Tools) script that is not working on IE. An example can be found here:
http://dl.dropbox.com/u/16799097/www/demo/jQuery_Slider/index.html
It loads correctly, the first ...
2
votes
1answer
126 views
IE's F12 Developer Tools - add new CSS?
Im viewing an element with IE's F12 developer tools. I can see the styles being applied to the element so I can change or disable them, but how can I add a completely new style?
Thanks
2
votes
1answer
370 views
Dynamically loaded css doesn't apply to dynamically loaded js views in IE8
I am pretty much worried to make a duplicate with this question while more than on hour seems to be too much for navigating for the answer.
The situation is:
Widget, which needs to load css ...
2
votes
2answers
1k views
html element background color not showing in IE 8
I'm using the <body> tag as a wrapper for three divs on a site where every single background color is white.
I've set the background color to #fff for the html and body in the css, and the site ...
2
votes
1answer
789 views
I can't believe I have to ask this - how to install Firebug lite IE8?
So we have reached that stage in a web dev project where we need to see how things look in IE.
Sigh.
So the fabulous Firebug is not available for IE. But a lite version is - as a bookmarklet, and is ...
2
votes
1answer
923 views
jQuery AJAX requests failing in IE8 with message 'Error: This method cannot be called until the open method has been called.'
I'm using jQuery 1.4.2 and am trying to perform a simple AJAX request. The target URL returns a JSON string (I validated it with jslint). The request works in Firefox and Chrome, but doesn't want to ...
2
votes
1answer
153 views
Is it possible to detect that the IE8 debugger is attached
I have some code in my application that wraps function.apply and function.call in try/catch blocks. It's handy for catching errors and building up a pseudo-stack using arguments.caller but it plays ...
2
votes
1answer
782 views
Is IE7 in IE8's Developer Tools Compatibility Mode reliable for testing the front-end design of a website?
I've been testing our website on IE 8's IE7 browser mode and it shows some few front-end/misalignment issues here and there. However, I'm not sure if it's completely reliable. I don't want to fix ...
2
votes
1answer
297 views
IE8 Developer Tools Pin will not work
IE8 Developer Tools opens in a new window when I press F12. It used to open in a panel at the bottom of the current IE8 window. The Pin button at the top right does nothing, neither does the Ctrl+P ...
2
votes
3answers
1k views
IE8 forces compatibility mode when inserting data into a div
I've been fighting against IE8's compatibility mode all day and I'm about to chuck a brick at it.
I have some code, which uses jquery 1.2 (yes it's old - can't change that), to search for some ...
2
votes
2answers
1k views
Monitor HTTP requests made by IE8
I thought developer tools could do this but I'm struggling to find it. Any other recommendations?
2
votes
1answer
1k views
A Firebug Net Panel for IE?
What are the alternatives on IE 8 that can work like the Firebug Net Panel?
2
votes
2answers
2k views
Console.log in IE on an object just outputted [object Object]
All,
I'm used to debugging JavaScript in Chrome or Firefox just because their built in developer tools are a lot cleaner than IE's. IE8 came along way with the Developer Tools being more polished, ...
2
votes
5answers
371 views
jQuery selector help - Can I generate a selector from clicking on an element?
I have jQuery, FireFox, Firebug, IE, and IE developer toolbar. When I am examing a page with either FireBug or IE Dev toolbar, I am able to click on an element and it shows me in the dom where the ...
2
votes
1answer
168 views
What determines whether the 'Compatibility View' button appears in Internet Explorer 8 or not?
On some sites I'm developing, I noticed that the 'Compatibility View' button is shown beside the address bar. Yet when I view other websites, this button is not always available to me.
What ...
1
vote
2answers
45 views
CSS -> IE8 filling in background:none child with WHITE
Good afternoon Stackoverflow gurus,
I wish I could show you the exact code for this issue, but I work in a secure area. I can show you an example.
Here's my CSS
table tr.header{
background: ...
1
vote
1answer
45 views
Viewing dojo source files in IE Developer Toolbar
I am using dojo toolkit in my website. This is the piece of code I am using to include the dojo library
<script type="text/javascript">
var djConfig = {
parseOnLoad: ...
1
vote
1answer
91 views
How to delete selected HTML element interactively in IE's developer tools?
I can delete html elements interactively in Firebug and Chrome's Developer Tools. How can I do the same in IE 9's Developer Tools? I see options to copy only.
I tried FireBug Lite but there weren't ...
1
vote
2answers
104 views
IE8 JavaScript Debugger: where the heck is the DOM tree?
I'm using the IE8 debugger to fix a script that works great in FF 3.16 and Chrome 12.0, but doesn't work for beans in IE 8.0 or Safari 5.0. The spot in the script that's giving me trouble is here:
...
1
vote
1answer
98 views
tool for editing live html in IE8
Editing live html while developing my site is very easy with Firebug or Chrome developer tools. But on IE8, the built-in developer tools don't even show you what the live html source is if it was ...
1
vote
2answers
631 views
Unable to set “Always Refresh from Server” in IE8 Developer Tools
Weird problem with IE8 developer tools. I'm unable to set the "Always Refresh from Server" option under Cache. The option is NOT disabled(greyed out). Anybody else experiencing this? Thanks in ...
1
vote
1answer
185 views
Viewing REQUEST object in IE with Developer Tool Bar
Is it possible? If so, how? If not, what do I need to do to see the REQUEST object (POST and GET vars) in IE.
Thanks
1
vote
1answer
470 views
How do I view an JavaScript object in IE8's Developer Tools?
How do I view a Javascript object in IE8's Developer Tools? In WebKit and Firebug, I can fire a command at the console which returns an object and it'll show me a tree of the object that I can ...
1
vote
1answer
1k views
Ensuring strict mode in IE 8
I'm apparently triggering quirks mode (or at least IE 7 standards mode) even though I've added the strict doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ...
1
vote
1answer
355 views
Problem with IE8 web accelerator
I try to create a web accelerator for IE8. My original XML file was:
<?xml version="1.0" encoding="utf-8" ?>
<os:openServiceDescription ...
1
vote
1answer
19 views
Anyway to see in IE 8 Developer Tools the list of the .js associated with a page?
anyway to see in IE 8 Developer Tools the list of the .js associated with a page?
In the same way as in Firebug.
Regards
Javi
1
vote
3answers
10k views
jQuery .css(“margin-top”, value) not updating in IE 8 (Standards mode)
I'm building an auto-follow div that is bound to the $(window).scroll() event. Here is my JavaScript.
var alert_top = 0;
var alert_margin_top = 0;
$(function() {
alert_top = ...
1
vote
3answers
1k views
Is there a way to enable the IE8 Developer Tools from inside WebBrowser control in a .NET application
If you have IE8, you may have noticed a really handy feature that MS has added. Hit F12 and Developer Tools, a firebug like debugger, pops up. This is extremely useful for debugging purposes, and i'm ...
1
vote
1answer
272 views
How to develop an IE8 toolbar add on
I can't figure out where to look for how to develop an IE8 toolbar. Is it possible to develop by just using html/css/javascript?
1
vote
3answers
988 views
Is there a better developer toolbar for IE8?
I've been pulling my hair out for the last few hours trying to wrestle with the IE8 developer toolbar while working with some styles not playing with IE7 mode properly...
Coming over from Firebug the ...