Open simonssspirit opened 4 years ago
A current workaround is this CSS:
.k-menu-group {
overflow: auto;
}
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.
Still reproducible with the latest version (5.10.0): https://stackblitz.com/edit/react-qzxfda?file=app%2Fmain.jsx
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