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

Issue 155207: A quick fix for Issue 15971.... (Closed)

Created:
11 years, 5 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, Evan Stade
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, Ben Goodger (Google)
Visibility:
Public.

Description

A quick fix for Issue 15971. This is another my stupid mistake that my r19238 sends a Char event even when its text[] member does not contains any characters. I mis-understoold I needed to send a Char event every time when gtk_keyval_to_unicode() returns 0 to avoid Issue 15024. But this is wrong. (Page Down, Page Up, Arrow Keys work without Char events. Only return keys need Char events.) BUG=15971 "drop down list moves 2 positions when using the keyboard". TEST=Open the attached test-case Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20370

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Hironori Bono
11 years, 5 months ago (2009-07-08 10:31:00 UTC) #1
Evan Martin
LGTM
11 years, 5 months ago (2009-07-08 14:27:46 UTC) #2
Evan Stade
11 years, 5 months ago (2009-07-08 18:11:46 UTC) #3
lg

Powered by Google App Engine
This is Rietveld 408576698