Search code examples
debuggingtestinginternet-explorer-6firebug-liteietester

Testing IE6 with Firebug Lite


I'm using IEtester to test in IE6, because the client want the page to be seen in it.

Till a few weeks ago, I could work as good as possible using the firebug lite Stable Channel in IE6 on the IETester. Now I can't! I don't know what changed... and I don't know how to work now, how to test the CSS online etc.

I have tried all the posibilities in http://getfirebug.com/firebuglite#Stable. Using the live link of each one, using the favorite button and/or downloading the firebug and adding a local link!

Nothing seems to work. Works only when I added this to the head of the page: <script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>

But with that version I can't test the CSS live. I need to go to the CSS, write on the right column bla bla... thats the same as going to my own stylesheet page. That is not helping me...=(

I'm getting desperate with the IE6. Do you know a debugbug that I can use to test CSS live in a IE6 Tester?

If you had to work with IE6, how would you be working?

Please SOS me! =(

Thanks in advance.


Solution

  • You can try loading older versions of Firebug Lite, like this one which supports live editing of CSS rules:

    https://getfirebug.com/releases/lite/1.3/firebug-lite.js

    The best way to get support for problems in Firebug Lite is creating an issue report in our bug tracker:

    http://code.google.com/p/fbug/issues/entry

    Thanks!