vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.67k stars 6.95k forks source link

[Bug Report][3.3.12] Carousel: height=auto makes scroll position jump #18048

Closed DragonFire7 closed 5 months ago

DragonFire7 commented 1 year ago

Environment

Vuetify Version: 3.3.12 Vue Version: 3.3.4 Browsers: Firefox 116.0 OS: Windows 10

Steps to reproduce

I'm experiencing an issue with my Carousel. I want to use height=auto, however when I use it, it scrolls up or down weirdly, when transitioning. For reproduction you can jump in an example playground from the doc(like the cycle one), change height to "auto" and add some text underneath so you can scroll. If you then scroll a bit and click on the button for the next slide or on the delimiter or wait until cycle transitions the scroll will jump. Oddly enough it only does that when going forward, so not when going from the last slide (e.g. 5) to first one.

Expected Behavior

No jumping

Actual Behavior

Scroll jumps up or down a bit

Reproduction Link

https://play.vuetifyjs.com/#...

lewi919 commented 1 year ago

I'm experiencing the same issue Vuetify Version: 3.3.13 Vue Version: 3.2.13 Browsers: Chrome Version 116.0.5845.179 OS: Windows 10