Chromium Code Reviews
DescriptionA quick fix for Issue 16597.
Our autofill code handles keyboard events by itself and it prevents dispatch a return key to WebKit when the key is comsumed by the autofill. Unfortunately, this code is enclosed with "#if defined(OS_WIN)" and "#endif". This change just activates this code on Linux.
BUG=16597
"Prevents submitting a form when pressing a return key in an auto-fill popup"
TEST=Type a return key on an auto-fill popup and verify this is not submitted.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20612
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||