Mouse over the items in YUI autocomplete list highlights the item as per .yui3-aclist-item-hover CSS and keyboard navigation highlights the menu item as per .yui3-aclist-item-active CSS. If both done together there are two highlighted menu item at one instance. Is there any way we can merge mouse over and keyboard navigation in autocomplete list.
Fiddle for the issue.
http://jsfiddle.net/gemsgaurav/4eLgauv4/3/
Delete X and press down arrow key and then hover mouse to any other item in the list. You will see two items highlihted simultaneously and both works independently of each other. The desired behaviour will be to different.
Mouse over the items in YUI autocomplete list highlights the item as per .yui3-aclist-item-hover CSS and keyboard navigation highlights the menu item as per .yui3-aclist-item-active CSS. If both done together there are two highlighted menu item at one instance. Is there any way we can merge mouse over and keyboard navigation in autocomplete list.
Fiddle for the issue. http://jsfiddle.net/gemsgaurav/4eLgauv4/3/ Delete X and press down arrow key and then hover mouse to any other item in the list. You will see two items highlihted simultaneously and both works independently of each other. The desired behaviour will be to different.