[Webkit-unassigned] [Bug 167077] New: Web Inspector: Event Listeners detail section is unhelpful, default should show listeners by element rather than by event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 15 14:33:45 PST 2017


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

            Bug ID: 167077
           Summary: Web Inspector: Event Listeners detail section is
                    unhelpful, default should show listeners by element
                    rather than by event
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bburg at apple.com
                CC: dcrousso+webkit at gmail.com,
                    inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

When I have an element selected, I want to know what listeners are installed on that element and maybe set a breakpoint or see the listener source. This is extremely hard to do right now as you need to expand every DOM event section, manually check if the listener is for the selected element, etc.

I think the default should behave more like on ObjectTree, where first we show the object, then its prototype properties, and so on.

If we think the existing behavior is interesting, say to show what listeners should fire before or next, then we can keep that as a toggle. In my experience, I've only ever wanted to know the list of eligible event listeners while I was debugging into one of them. I'll file a separate bug about that.

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


More information about the webkit-unassigned mailing list