[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 Sep 3 11:33:08 PDT 2008


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


mtakacs at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtakacs at yahoo.com




------- Comment #3 from mtakacs at yahoo.com  2008-09-03 11:33 PDT -------
Id love to see this as well.

It'd be incredibly useful to know that functionX and functionY and functionZ
have attached themselves to this node's "click" handler.  

It'd also be useful to be able to inspect up/down to verify/trace the event
bubbling. EG: a click handler that manages a UL dom node .. is it attached to
the individual LIs or the UL..  eg: Firefox's (not firebug) native Web
Inspector for CSS shows the heirarchy of CSS rules that are put into play for
any particular node and which ones are overriden, etc.  Something like that for
event bubbling would be amazingly uesful.

A consequence of the bubbling might be the ability to mark a particular
function as being assigned directly or as a consequence of the bubble.

eg: 

DOM Node.UL
+ click
++ FunctionX (attached directly)
++ FunctionY (attached via bubble from domNode xxxx)
++ FunctionZ (attached via bubble from DomNode xxxx)


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



More information about the webkit-unassigned mailing list