Comment #6 on issue 15971 by [email protected]: drop down list moves 2  
positions when using the keyboard
http://code.google.com/p/chromium/issues/detail?id=15971

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

------------------------------------------------------------------------
r20370 | [email protected] | 2009-07-10 01:32:52 -0700 (Fri, 10 Jul 2009)  
| 9 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host_view_gtk.cc?r1=20370&r2=20369

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


--
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