Confirmed users
673
edits
Line 584: | Line 584: | ||
== Event Handling == | == Event Handling == | ||
* While stopped at the debugger spinning an event loop, we want to prevent event handlers from being processed by content. | * While stopped at the debugger spinning an event loop, we want to prevent event handlers from being processed by content. | ||
* Right now that's done by firebug using nsDOMWindowUtils.suppressEventHandling(). | |||
* Prevents any interaction with the page at all: no selecting, scrolling, etc. | |||
* Would be nice to be able to select/scroll/etc on a stopped page, without allowing content handlers to run. | |||
* Summary events would need to be sent for scrolling/etc, similar to the focus events currently sent by UnsupressEventHandling(). | |||
__NOTOC__ | __NOTOC__ |