We have moved to Github. Please open tickets there.

Opened 13 months ago

Last modified 12 months ago

#4464 new Defect

autocomplete needs hover CSS

Reported by: brettp Owned by:
Priority: low Milestone: Elgg 1.8.x
Component: Core Version: 1.8.3
Severity: minor Keywords:
Cc: brett@… Difficulty: trivial

Description

There is no visual feedback for selecting an autocomplete item with the keyboard. Something like below would work:

ul.ui-autocomplete > li.ui-menu-item > a.ui-state-hover {
    display: block;
    border: 1px solid gray;
}

Change History (1)

comment:1 Changed 12 months ago by ewinslow

  • Milestone changed from Needs Review to Elgg 1.8.x
Note: See TracTickets for help on using tickets.