This is not a bug report (you can see the bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=405954). This is a call for people to try and analyze a bug in Firefox that I can reproduce 100% of the time at PHPBuilder.com forums.
Right now I am posting in Internet Explorer (gasp!) because every time I try to post to this forum in Firefox, it locks up and I have to manually crash it.
To reproduce: Get Firefox 2.0.0.11 and Firebug 1.05 extension. Scroll to the bottom of any post and hit "Go Advanced". Your browser should lock up. If you disable Firebug it works fine.
You may say "don't use Firebug" but the problem seems to be affecting other extensions that rely heavily on Firefox's JavaScript engine (which means YOUR WEB APPLICATIONS may inadvertently trip it up). Depending on how you use your JavaScript, you could be in for a wild ride.
For a hint as to what sort of JavaScript could cause a lockup in older versions of Firefox (shouldn't do it nowadays) try this:
<input type="submit" onclick="this.parentNode.removeChild(this);" />
I will not reveal any current working crash example for obvious reasons.
If any of you have time, please see if you can reproduce the problem. If you have Firebug installed, try it here. If you have HTML Validator installed, try it at gmail.
If your findings are decent, post at https://bugzilla.mozilla.org/show_bug.cgi?id=405954 as well as replying to this.
Thanks,
--Brian Z