Environment
Vuetify Version: 3.12.3
Vue Version: 3.5.34
OS: Linux undefined (current)
Steps to reproduce
- Click to open dropdown
- Scroll using mouse wheel, touch or scrollbar drag
Expected Behavior
Menu should still be open
Actual Behavior
Menu closes unexpectedly (VAutocomplete, VCombobox). VSelect menu is still open, it just loses focus on the field (minor, distraction)
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
first item on the list is dropped from the DOM by VVirtualScroll, and probably triggers focusout. Menu without transition closes immediately. It does not occur when menu transition is enabled.
Broken since v3.12.3 (3d33e2f)
Environment
Vuetify Version: 3.12.3
Vue Version: 3.5.34
OS: Linux undefined (current)
Steps to reproduce
Expected Behavior
Menu should still be open
Actual Behavior
Menu closes unexpectedly (VAutocomplete, VCombobox). VSelect menu is still open, it just loses focus on the field (minor, distraction)
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
first item on the list is dropped from the DOM by VVirtualScroll, and probably triggers focusout. Menu without transition closes immediately. It does not occur when menu transition is enabled.
Broken since v3.12.3 (
3d33e2f)