In Firefox 4, the "Waiting for domain..." status bar (UI Element) appears in one of two spots.

enter image description here

I would like to pin it to a specific spot.

Is this possible?

Update: not a debugging question. Just a UI Tweak.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Install status-4 ever. This reverts back to the old ways.

link|improve this answer
But this doesn't provide extra information in comparison to that seen in the screenshot? – Tom Wijsman May 25 '11 at 22:20
feedback

enter image description here

  1. Install Firebug, open it by pressing CTRL+F12 or by clicking the Firebug icon.

  2. Go to the Net tab and Enable it.

  3. Now, refresh your page and you should be able to see what request is failing...

  4. Do not forget to Disable the net tab when you are done.

You can also use this in the future to troubleshoot a lot of other web related problems.

For example, I have edge.quantserve.com blocked in my hosts file which shows up above.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.