Comment #1 on issue 16597 by bugdro...@chromium.org: Prevents submitting a  
form when pressing a return key in an auto-fill popup
http://code.google.com/p/chromium/issues/detail?id=16597

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=20612

------------------------------------------------------------------------
r20612 | hb...@chromium.org | 2009-07-14 00:03:46 -0700 (Tue, 14 Jul 2009)  
| 6 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webview_impl.cc?r1=20612&r2=20611

A 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.
Review URL: http://codereview.chromium.org/149517
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to