On May 29, 8:46 am, Mike Ratcliffe <[email protected]> wrote: > If we could somehow freeze events on a web page we could do this ... > this would mean moving the inspector over to the XUL side. Not sure if > it is possible to block all events though :o/
Firebug.Debugger.suppressEventHandling(context) will stop events. So maybe it could be: 1. During inspect, press Control+Shift+f 2. Page freezes, mouse warps to Firebug, 3. user explores HTML/CSS via panels 4. Control+shift+f, mouse returns to inspect jjb > > On May 27, 8:03 pm, John J Barton <[email protected]> wrote: > > > On May 27, 10:15 am, Chris <[email protected]> wrote: > > > > This might already be available, but not that I've seen. Is it > > > possible to "stick" Firebug on a certain behavior? > > > > For instance, I'm fixing styles on a DHTML menu, and when I hover over > > > an element obviously the DOM changes, and I want to further inspect > > > that state, but of course as soon as you mouse off Firebug returns to > > > inspecting the non-hovered state. > > > > This would be an amazing feature. > > > Any ideas on how to implement such a feature? > > > jjb -- 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.
