Bug 200234
| Summary: | Web Inspector: Provide a way to disable all event listeners | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |