Status: Unconfirmed Owner: ---- Labels: OS-Linux Area-Misc Size-Medium Type-Bug
New issue 15994 by joel.stan: Select element keyboard scrolling is buggy http://code.google.com/p/chromium/issues/detail?id=15994 r19939, on Ubuntu Jaunty amd64 When using the up/down keys to scroll a <select> element it scrolls two entries at a time. A video of the buggy behaviour is attached. It uses the following HTML: <select name="hello"> <option>One</option> <option>Two</option> <option>Three</option> <option>Four</option> <option>Five</option> <option>Six</option> </select> I did a little debugging and found it to be calling PopupListBox::handleKeyEvent in third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp twice with the same value. Attachments: chromium-buggy-kbd.ogv 106 KB -- 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 -~----------~----~----~----~------~----~------~--~---
