Bug 17225
Summary: | Inspector should provide a way to "freeze" the page state (block mouse events, other JS events) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | bburg, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Adam Roben (:aroben)
The Inspector should provide a way to "freeze" the page state so that mouse events (and possibly other JS events) are blocked. This would make it easier to inspect/debug dynamic pages.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5732826>
Blaze Burg
This could be achieved by pausing when replaying a web recording.
Blaze Burg
Doing an immediate pause in the debugger should be sufficient.