[Webkit-unassigned] [Bug 19247] Offer an option "Pause when x event is fired"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 27 01:23:57 PST 2008


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


allan.jardine at sprymedia.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan.jardine at sprymedia.co.u
                   |                            |k




------- Comment #1 from allan.jardine at sprymedia.co.uk  2008-11-27 01:23 PDT -------
I'd quite like to see this implemented as well. It would be very useful to be
able to tell what nodes have a particular type of event attached to this, but
this doesn't appear to be possible in client-side Javascript using the DOM
event functions (there was a proposal for 'eventListnerList' in DOM3 - but that
appears to have been dropped).

Having a short pause before the event is actually fired would be great for
telling if there is an event handler attached or not - you could fire the
event, if there is no handler it returns immediately with false, if there is
then you can cancel the event and return true (or something to that effect!).


-- 
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