Bug 200234

Summary: Web Inspector: Provide a way to disable all event listeners
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: NEW    
Severity: Normal CC: harleyquinn8690, hi, inspector-bugzilla-changes
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=200233

Daniel Bates
Reported 2019-07-29 11:49:45 PDT
Today I wanted to quickly diagnose an issue on google.com on iOS: why two finger double tapping a link did not open a new window (with system default settings for link tapping). I was able to identify the cause being an event listener by disabling JavaScript, but this is sledgehammer as it can effect page layout. I propose that we expose some way to toggle enabling/disabling all event listeners on a page OR even better both on a page and some subset of the page's DOM.
Attachments
Note You need to log in before you can comment on or make changes to this bug.