[Webkit-unassigned] [Bug 17429] Inspector should show event listeners/handlers registered on each node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 02:38:06 PDT 2009


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





--- Comment #11 from Anthony Ricaud <rik at webkit.org>  2009-08-26 02:38:05 PDT ---
IIRC, there is no guarantee on the order of events firing on one element. So it
would maybe confuse authors if you expose such a UI.

On the other hand, listing events with capture first, then the target and
finally bubbling would be nice.

For "surrounding nodes", web developers often use the term "event delegation"
if it can help finding a good wording.

I can't wait to see that landing ! :)

(In reply to comment #9)
> Here are my ideas for the UI.  They come from my single experience with
> Automator from years ago!
> http://bogojoker.com/snaps/event-listener-ui.png
> 
> 1. It shows the exact chain of event listeners that are fired.
> 2. Expand/Collapse capability allows for the UI to not get cluttered with lots
> of events.
> 3. Easy to Delete a Listener
> 4. Possible to Drag a Listener (lots of functionality ideas)
> 
> Is this a Good/Bad direction?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list