telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
211 stars 39 forks source link

Menu subitems popup closes when the mouse is over the scrollbar. #714

Open simonssspirit opened 4 years ago

simonssspirit commented 4 years ago

Menu subitems popup closes when the mouse is over the scrollbar.

Steps:

1) Open Item2. 2) Go over the scrollbar. 3) The Menu closes

https://stackblitz.com/edit/react-rwa2pj-ppwx1h?file=index.html

simonssspirit commented 4 years ago

A current workaround is this CSS:

.k-menu-group {
  overflow: auto;
}
Xizario commented 4 years ago

Notes: 1) According to the UX, the Menu should not close at all on hover something outside the menu. So this should be improved as general. It should close on Esc or loosing focus. 2) By default open animation should be 0, because it looks laggy otherwise.

kdikov82 commented 1 year ago

Still reproducible with the latest version (5.10.0): https://stackblitz.com/edit/react-qzxfda?file=app%2Fmain.jsx