#15230 closed bug (notabug)
ui-state-focus not added to autocomplete popup-menu
Reported by: | Roger | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
In the autocomplete popup-menu, when navigating with the arrow-down key, no ui-state-focus class is added.
In previous version of jquery this it was added, so we could style a different background-color.
Change History (4)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
Component: | ui.core → ui.autocomplete |
---|---|
Resolution: | → notabug |
Status: | new → closed |
comment:3 Changed 6 years ago by
Hi Scott,
Thanks for your answer. However, NO class is added when a user presses the arrow-down key of the autocomplete.
Regards, Roger
comment:4 Changed 6 years ago by
That is not true and that should be fairly obvious from the demos since the background changes.
Note: See
TracTickets for help on using
tickets.
This is intended. Please use
ui-state-active
as mentioned in the upgrade guide.