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
Vuetify Version: 3.7.4 Last working version: 2.6.14 Vue Version: 3.5.13 Browsers: Google Chrome, Mozilla Firefox OS: Windows
Steps to reproduce
Click anywhere to lose focus for the slider thumbs, then start trying to move the thumbs.
Additional info: Sometimes takes a couple of tries trying to move the thumbs before the error starts appearing, once it does it will keep appearing. Simply clicking on the thumb without moving it afterwards eventually stops triggering the errors but as soon as you try moving the thumb again the error will reappear.
Expected Behavior
Nothing happens because the start and end are the same so they just don't move.
Actual Behavior
In chrome it starts spamming Uncaught RangeError: Maximum call stack size exceeded.
In firefox it starts spamming TypeError: activeThumbRef.value is undefined
This is a frequent use-case in my application since the range slider displays the range of available forecast hours, and thus any weather layer with a single forecast will have a start and and of 0.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.4
Last working version: 2.6.14
Vue Version: 3.5.13
Browsers: Google Chrome, Mozilla Firefox
OS: Windows
Steps to reproduce
Click anywhere to lose focus for the slider thumbs, then start trying to move the thumbs.
Additional info: Sometimes takes a couple of tries trying to move the thumbs before the error starts appearing, once it does it will keep appearing. Simply clicking on the thumb without moving it afterwards eventually stops triggering the errors but as soon as you try moving the thumb again the error will reappear.
Expected Behavior
Nothing happens because the start and end are the same so they just don't move.
Actual Behavior
In chrome it starts spamming
Uncaught RangeError: Maximum call stack size exceeded.
In firefox it starts spamming
TypeError: activeThumbRef.value is undefined
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This is a frequent use-case in my application since the range slider displays the range of available forecast hours, and thus any weather layer with a single forecast will have a start and and of 0.
The text was updated successfully, but these errors were encountered: