I know this is a long standing Firefox bug (going back to 2003), but is there a way that we can have Firebug ignore access denied errors when an event is the <div class="anonymous-div"> that Firefox puts inside input elements. Most class libraries wrap such accesses in a try/catch (you can look at the code in jquery's withinElement function and extjs's isTextNode for examples), but it drives me nuts (for a long long time now) that firebug keeps stopping on error for this. I hope there is a way that Firebug can filter this.
Example: http://extjs.com/deploy/dev/examples/menu/menus.html Just move the mouse back and forth (quickly!) over all the buttons (be sure to include the textfield in there). This example is good for a couple other bugs... - Without hitting continue, open another tab and go to extjs.com. Now go back to the first tab and look at the stack. It will say [xpconnect..tackFrame]. - Hit reload. The page disappears and the url is erased. Windows Firefox 3.0.11 and Firebug 1.5Xa17. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
