[Webkit-unassigned] [Bug 200233] New: Web Inspector: Option + clicking to Enable or Breakpoint on one event listener should enable or disable all listeners for the same event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 11:46:03 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200233

            Bug ID: 200233
           Summary: Web Inspector: Option + clicking to Enable or
                    Breakpoint on one event listener should enable or
                    disable all listeners for the same event
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Today I wanted to quickly diagnose an issue on google.com on iOS, I needed to find the event listeners that was preventing two finger double tapping a link be recognized. Web Inspector lets me toggle individual event listeners for each event, but on google.com (and other sites) they frequently addEventListener() multiple handlers for the same event. It would be a time saver if I could enable/disable  or break on all event listeners for the same event. **My first thought is to recognize Option + clicking the Enable or Breakpoint checkbox for one event listener to toggle enabling or disabling the same checkbox on all event listeners for that event.**

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190729/faee7503/attachment-0001.html>


More information about the webkit-unassigned mailing list