> 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 _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

