Bug 17225 - Inspector should provide a way to "freeze" the page state (block mouse events, other JS events)
Summary: Inspector should provide a way to "freeze" the page state (block mouse events...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-02-08 13:47 PST by Adam Roben (:aroben)
Modified: 2016-12-23 18:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2008-02-08 13:47:40 PST
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.
Comment 1 Adam Roben (:aroben) 2008-02-08 14:17:02 PST
<rdar://problem/5732826>
Comment 2 BJ Burg 2014-01-12 14:14:10 PST
This could be achieved by pausing when replaying a web recording.
Comment 3 BJ Burg 2016-12-23 18:37:42 PST
Doing an immediate pause in the debugger should be sufficient.