Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#10644 closed bug (fixed)

Menu: Issue with typeahead algorithm

Reported by: tj.vantoll Owned by:
Priority: minor Milestone: 1.11.2
Component: ui.menu Version: 1.11.1
Keywords: Cc:
Blocked by: Blocking:

Description

This is subtle, but if you type ahead to the point where there is only one match, and keep typing additional characters on that same option, focus can potentially be shifted to other menu items.

For example: http://jsfiddle.net/tj_vantoll/u17e3sa8/. Give the menu focus and type “two”. Note how typing “o” shifts focus to “One”.

Change History (4)

comment:1 Changed 8 years ago by tj.vantoll

Status: newopen

comment:3 Changed 8 years ago by TJ VanToll

Resolution: fixed
Status: openclosed

Menu: Maintain focus on already selected item during typeahead

Fixes #10644 Closes gh-1354

Changeset: 6b6b49f678706280c5590a5097ef9f0aca359d4b

comment:4 Changed 8 years ago by tj.vantoll

Milestone: none1.11.2
Note: See TracTickets for help on using tickets.