Originally reported on Google Code with ID 2419
What steps will reproduce the problem?
1. Go to a facebook forum page.
2. Check FF JavaScript console.
What is the expected result? What do you see instead?
No errors :-). The fix is to change content\firebug\inspector.js line 31 to:
if(context && context.window && context.window.document)
(this is in highlightObject function)
Which version of Firebug? (more specific than latest please): 1.5X.0b1
Which version of Firefox? 3.5.3
On what operating system? Windows XP
Reported by egil.pl on 2009-10-23 15:45:46
该提问来源于开源项目:firebug/firebug