[webkit-dev] About events in WebCore

Michelangelo De Simone micdesim at gmail.com
Tue Aug 18 18:38:31 PDT 2009


> If by canceled you mean "preventDefault" has been called on the event, then
> you can tell by the return value from dispatchEvent(). dispatchEvent will
> return false if any of the event listeners called preventDefault() on the
> event in the course of dispatch.

That's exactly what I was looking for. Thank you.

-- 
Bye,
Michelangelo


More information about the webkit-dev mailing list