You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weird. I can reproduce it with your playground with the following:
(assuming there are 100 elements on the list)
scroll until 95 is visible on the bottom
make a fast wheel-scroll down (same scroll in the opposite direction, would move you by nearly 20 items)
No matter how hard I try, I land on 99th and have to repeat the scroll to get 1 item down and finally see 100th.
It may not occur if I just reached 100th and scrolled a bit up (3-6 items up), but overall seems pretty consistent.
Hard to pinpoint any specific version. 3.3.x feels fine, 3.4.x starts to have this issue, but kinda less frequently.
Environment
Vuetify Version: 3.7.8
Vue Version: 3.5.13
Browsers: Firefox 134.0
OS: Windows 10
Steps to reproduce
Expected Behavior
The dropdown shouldn't stop before the last element.
Actual Behavior
The dropdown always stops before the last element is visible.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The stop doesn't occur when using tiny scroll movements.
The text was updated successfully, but these errors were encountered: