+6

Autocomplete popup should loop/wrap when user hits UP at the start or DOWN at the end

Maurice Nicholson 12 years ago 0
When the autocomplete popup is shown and the first item is highlighted, pressing UP key dismisses the popup and moves the cursor to the previous line. When the autocomplete popup is shown and the last item is highlighted, pressing DOWN key dismisses the popup and moves the cursor to the previous line.
Personally I find this behaviour unintuitive (since I consider the popup semi-modal) and expect the highlighted item to wrap to the start or end of the list as appropriate.