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
[Bug Report][3.7.4] When the vslider is in a scrollable container and a label or tick is clicked@ Update: The value returned by modelValue is incorrect
#20912
Closed
ITW1990 opened this issue
Jan 23, 2025
· 1 comment
When vslider is in a scrollable container, after initialization, the position of the scrollbar is pulled to the end. When clicking on the label or tick, the value of the model value is incorrect, and the position of the scrollbar is automatically returned to the starting position
Expected Behavior
Inside the movable container, click to return the correct value
Actual Behavior
In a scrollable container, scrolling to the end and selecting a tick will definitely return an incorrect value
Environment
Vuetify Version: 3.7.4
Vue Version: 3.4.31
Browsers: Chrome 132.0.0.0
OS: Windows
Steps to reproduce
When vslider is in a scrollable container, after initialization, the position of the scrollbar is pulled to the end. When clicking on the label or tick, the value of the model value is incorrect, and the position of the scrollbar is automatically returned to the starting position
Expected Behavior
Inside the movable container, click to return the correct value
Actual Behavior
In a scrollable container, scrolling to the end and selecting a tick will definitely return an incorrect value
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: