Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] VSlider lost its transition property #12984

Closed
Assignees
Labels
C: VSlider VSlider T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@avi12
Copy link
Contributor

avi12 commented Jan 18, 2021

Environment

Vuetify Version: 2.4.2
Last working version: 2.4.0
Vue Version: 2.6.11
Browsers: Edge 88.0.705.45
OS: Windows 10

Steps to reproduce

Have a <v-slider vertical :tick-labels="tickLabels"></v-slider> and select different points.

Expected Behavior

Smoothly transition between each point, as seen here.
The extension's source code.

Actual Behavior

Choppy experience, as seen in the Codepen example.

Reproduction Link

https://codepen.io/avi12641/pen/abmXGoo

@ghost ghost added the S: triage label Jan 18, 2021
@KaelWD KaelWD added C: VSlider VSlider T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke and removed S: triage labels Jan 18, 2021
@KaelWD
Copy link
Member

KaelWD commented Jan 18, 2021

Caused by #12640

@avi12
Copy link
Contributor Author

avi12 commented Jan 18, 2021

After iterating on different Vuetify versions, I discovered that the last version in which the transition is still working is 2.4.0

@KaelWD KaelWD added this to the v2.4.x milestone Mar 6, 2021
@KaelWD KaelWD self-assigned this Mar 6, 2021
@KaelWD KaelWD closed this as completed in eabff8a Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment