Skip to main content

Bug Tracker

Side navigation

#4716 closed bug (invalid)

Opened June 02, 2009 11:32AM UTC

Closed October 12, 2009 11:45PM UTC

[autocomplete] Autocomplete sets focus to incorrect element

Reported by: grzegorz.stelmaszek Owned by:
Priority: major Milestone: 1.4
Component: plugin Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

I go to http://jquery.bassistance.de/autocomplete/demo/ and do the following:

1. single bird: put 'a'

2. arrow down (so I see the list)

3. scroll to the bottom and move mouse over 'black grouse' but do NOT click the mouse

4. now click using arrow up 6 times - focus should be set to the first element of the list (great bittem) but is set to some element in the middle (montagus harrier)

It seems for me that the bug is that after scrolling list it is forgotten that scrolling happened due to arrow-up/arrow-down and not mouse scroll; therefore mouse cursor position is used for finding which element needs to be focused on/selected.

Attachments (0)
Change History (1)

Changed October 12, 2009 11:45PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .