Comment #1 on issue 6694 by [email protected]: Autocomplete popup  
should allow you to unselect with up and arrow keys
http://code.google.com/p/chromium/issues/detail?id=6694

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

------------------------------------------------------------------------
r8482 | [email protected] | 2009-01-22 11:16:28 -0800 (Thu, 22 Jan 2009)  
| 7 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp?r1=8482&r2=8481
    M  
http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.h?r1=8482&r2=8481

Fixs 2 autocomplete popup related bugs:
- pressing enter when the autocomplete popup is showing but has no  
selection should not eat the enter key event.
- pressing the up/down arrow to move the selection when the first/last row  
is selected should clear the selection and then the selection should jump  
to the last/first row.

BUG=6694,6692
TEST=Bring up the autocomplete popup (by typing some text in a form input).  
Use the up/down arrow to move the selection. When passing the last item,  
the selection should first be cleared and then should jump to the first  
item. Similar behavior expected in the other direction.
Review URL: http://codereview.chromium.org/18466
------------------------------------------------------------------------


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