Fixed Firebug issue

Renada

Active member
Hi,

Just recently having Firebug enabled stops overlays working on my site. I know it must be something on my site because the overlays work just fine here with Firebug enabled.

Can anyone tell me where to start looking for this problem?

Thanks :)
Renada
 
If you know how to use the console in Firebug then you can try checking for errors when triggering JS events.

Otherwise disable any add-ons one at a time and/or remove any custom JavaScript until the problem is resolved.
 
If you know how to use the console in Firebug then you can try checking for errors when triggering JS events.

Otherwise disable any add-ons one at a time and/or remove any custom JavaScript until the problem is resolved.


What Kevin suggested worked. Do you have any idea why that would suddenly happen?

Renada :)
 
I can only reproduce this when I have the console, script, and net tabs closed, but with FF's built in web console, I was able to track this down. I simply removed the line in question - it's not particularly important.
 
Top Bottom