Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: chrome/browser/renderer_host/gtk_im_context_wrapper.cc

Issue 179016: Fix issue 20297: Typing backspace while in a form field causes the browser to... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/gtk_im_context_wrapper.cc
===================================================================
--- chrome/browser/renderer_host/gtk_im_context_wrapper.cc (revision 24715)
+++ chrome/browser/renderer_host/gtk_im_context_wrapper.cc (working copy)
@@ -287,6 +287,7 @@
// Backspace key event, the browser may go back to previous page.
if (wke->os_event) {
wke->os_event->keyval = GDK_VoidSymbol;
+ wke->os_event->hardware_keycode = 0;
wke->os_event->state = 0;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698