vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

Do not show focus outline after opened if parent doesn't have focus #234

Closed web-padawan closed 5 years ago

web-padawan commented 5 years ago

The context menu should not focus the item when opened, but focus should still be inside the overlay so that when the user clicks Arrow Down, the first item gets the outline.

Related to #55