[Webkit-unassigned] [Bug 76607] event.preventedDefault is not reset after an event is dispatched

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 12:14:09 PST 2012


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





--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2012-01-30 12:14:09 PST ---
(From update of attachment 123081)
View in context: https://bugs.webkit.org/attachment.cgi?id=123081&action=review

> Source/WebCore/dom/EventDispatcher.cpp:393
> +    return !defaultPrevented;

We normally return defaultPrevented, instead of !defaultPrevented, so you might want to do that here.

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