Skip to main content

Search and Top Navigation

#5154 closed bug (fixed)

Opened February 09, 2010 08:55PM UTC

Closed February 10, 2010 03:06PM UTC

Autocomplete: showing menu with arrow keys requires too many keypresses

Reported by: scottgonzalez Owned by:
Priority: blocker Milestone: 1.8
Component: ui.autocomplete Version:
Keywords: Cc:
Blocked by: Blocking:
Description

If you try to show the menu of an autocomplete by pressing the down arrow, the menu will be shown, but you will then need to press the down arrow two more times to highlight the first item in the menu.

This can be seen in the default demo by typing "a", pressing escape, then using the down arrow.

This was introduced in r3789, which has not been released yet.

Attachments (0)
Change History (3)

Changed February 10, 2010 08:45AM UTC by jzaefferer comment:1

component: ui.accordionui.autocomplete

Changed February 10, 2010 01:29PM UTC by scottgonzalez comment:2

This only occurs if a menu item has previously had focus.

Steps to reproduce (from default demo page):

1. press "a" (shows menu)

2. press down arrow (highlights first item)

3. press escape (hides menu)

4. press down arrow (shows menu)

5. press down arrow (nothing)

6. press down arrow (highlights first item)

Changed February 10, 2010 03:06PM UTC by jzaefferer comment:3

resolution: → fixed
status: newclosed

Fixed in r3793.