tags:

views:

170

answers:

5

When I used to use Firebugs inspect elements feature it displayed the results like this below. Nice, nested tags on the left...css style on the right. alt text

Recently, however, when I try to inspect elements it always shows this:alt text

I've tried reverting to older versions of FireBug (can't remember if it started after an update?).. I've poked around the settings... Can't find why it's different. The interface it's showing now is completely useless for figuring out what's going on in the html / css.

+1  A: 

Try clicking on the HTML tab of your Firebug screen (Console HTML CSS Script DOM Net) ... you're in the DOM view right now.

Sean Vieira
As I said re: Warrantica's response, it doesn't matter if I start in the HTML tab, the moment I start inspecting it automatically switches it to DOM on me.
Susan
A: 

The tab you are at is DOM, which displays variables created by javascript and stuff. You may want to change to the HTML tab to see the HTML and CSS.

Warrantica
It doesn't matter if I start from the HTML tab, it automatically switches over to DOM once I start inspecting.
Susan
A: 

If you have pingfire (Firefox) extension installed (for ping.fm) try to uninstall it (feedback provided from ALex).

Honza

Jan Odvarko
I didn't have that add-on, but your comment pointed me in the right direction. Troubleshooting by disabling add-ons I found it was the "Archive Facebook 1.1" add-on.
Susan
A: 

I agree with Honza, I just disabled my PingFire extension and everything came back as usual, thanks!

A: 

I've got it!

I had this issue just a few minutes ago... what it is, is ... well... maybe it's easier to show. Tell firebug to load in a new window, and it should go away. If not, then read on and I'll try to describe what's going on.

You see how the correct view had two panes? A 'quickview' is on the right. What's happened, is that pane somehow go dragged all the way to the left. If you hover your mouse over on the left hand side of the pane, you should be able to drag the pane back to the right. The separator between the panes is almost invisible when you drag it to far to either side, so you just need to make sure you don't do it.

That said, it makes a great prank on other developers who don't notice it... mwahahahaha.

Joel