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

Issue 18466: Make the selection loop with arrow keys in the autocomplete popup (Closed)

Created:
11 years, 11 months ago by jcampan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8482

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -10 lines) Patch
M third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.h View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp View 1 10 chunks +71 lines, -10 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
jcampan
11 years, 11 months ago (2009-01-21 22:34:22 UTC) #1
Matt Perry
lgtm http://codereview.chromium.org/18466/diff/6/204 File third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp (right): http://codereview.chromium.org/18466/diff/6/204#newcode626 Line 626: // Don't eat the enter if nothing ...
11 years, 11 months ago (2009-01-21 22:38:09 UTC) #2
darin (slow to review)
I am in the process of upstreaming this change here:https://bugs.webkit.org/show_bug.cgi?id=23553 Please note, I found several ...
11 years, 11 months ago (2009-01-26 22:54:26 UTC) #3
darin (slow to review)
11 years, 11 months ago (2009-01-26 23:07:50 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698