Reviewed by Darin.
Fix for <rdar://problem/
5061024> REGRESSION: Returning false from onkeypress event on Input is ignored when key is Tab
http://bugs.webkit.org/show_bug.cgi?id= 13020
No known way to add a layout test for this. We would need a way to know exactly how the event was consumed.
* page/EventHandler.cpp: (WebCore::EventHandler::defaultKeyboardEventHandler):
If the keypress event has its default behavior prevented, then we should consider the keydown event handled.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20453
268f45cc-cd09-0410-ab3c-
d52691b4dbfc