#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
Status: | new → open |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Menu: Maintain focus on already selected item during typeahead
Fixes #10644 Closes gh-1354
Changeset: 6b6b49f678706280c5590a5097ef9f0aca359d4b
comment:4 Changed 8 years ago by
Milestone: | none → 1.11.2 |
---|
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1354