-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
refactor(VSlideGroup): replace css transform with native scroll #17286
Conversation
Replacement of css transform which repeats native scroll functionality but makes it impossible to use the touchpad. - RTL support implemented - Vertical direction implemented - Scroll animation implemented
There is failed swipe test but most likely it’s a testing problem, swipe works on mobile devices. |
…ll position computation
45b3d9c
to
742779f
Compare
🚀 Nightly release published to @vuetify/nightly@3.3.0-pr-17286.f05fa71. |
51899ee
to
3e2b5cb
Compare
@KaelWD I am trying to use v-chip-group (vuetify version 3.6.4, but this happens on any version after 3.6.0) and am getting an error about goTo and VSlideGroup.. I cant recreate in the vuetify playground otherwise i would make a bug ticket for this.. do you have any idea how to resolve this error? It's causing v-chip-group to not render. |
The goTo instance is registered when Vuetify is registered. I would need to see your application. |
@johnleider I'm not able to provide access to my application but is there something specific that needs to be included in order to support goTo when registering vuetify? |
Instantiating Vuetify should be enough. |
Is there any reason why this would work in all versions prior to 3.6.0? Nothing has changed about the way i am instantiating vuetify. |
Nothing changed that I would expect to cause your issues. |
Replacement of css transform which repeats native scroll functionality but makes it impossible to use the touchpad.