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
If a v-slide-group width is not a multiple of the width of the individual items then some items will never be shown in full. This makes interacting with them really awkward, and the behavior cannot be tweaked as v-slide-group has no property to edit the slide displacement.
Expected Behavior
Always slide to the start of the first item which overflows, or to the end.
WhiteSage
changed the title
[Bug Report][3.3.23] v-slide-group: can never see some of the items in full.
[Bug Report][3.7.4] v-slide-group: can never see some of the items in full.
Nov 17, 2024
Environment
Vuetify Version: 3.7.4
Vue Version: 3.4.27
Browsers: Firefox 132.0
OS: Windows 10
Steps to reproduce
If a v-slide-group width is not a multiple of the width of the individual items then some items will never be shown in full. This makes interacting with them really awkward, and the behavior cannot be tweaked as v-slide-group has no property to edit the slide displacement.
Expected Behavior
Always slide to the start of the first item which overflows, or to the end.
Actual Behavior
Slide the width of the parent component.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The bug persists in the latest version as shown by the playground code which originates from the official documentation ( https://vuetifyjs.com/en/components/slide-groups/ ).
A workaround would be appreciated.
Related v2 issues:
#10475
#15916
#12780
The text was updated successfully, but these errors were encountered: