[Bug Report][3.0.0-alpha.13] v-timeline lines are disappearing after second item in horizontal mode #14820
Labels
C: VTimeline
VTimeline
T: bug
Functionality that does not work as intended/expected
upstream
Problem with a third party library that we may have to work around
Milestone
Environment
Vuetify Version: 3.0.0-alpha.13
Vue Version: 3.2.31
Browsers: Firefox 98.0
OS: Linux, Ubuntu undefined, Windows
Steps to reproduce
Expected Behavior
All lines are visible between the v-timeline-items. So they are all connected.
Actual Behavior
The lines disappear after the second v-timeline-item until the end. Do some change in the code of child component to perform hot deployment and they appear temporary for some reason. If you press F5 all lines after second v-timeline-item disappear again.
Reproduction Link
https://github.com/avan2s/vuetify-timeline-sandbox
Other comments
The repository shows 2 horizontal timelines. One timeline inside a parent component, which uses v-app v-main tag and another timeline, embedded as a child component, which is representing the issue. Physically the lines between the items are there, but with width = 0, which is causing the disappearing effect.
Additional info:
The lines appear in horizontal mode if you change some code in hot deployment and you can think it is working. But if you then press F5, the lines after the second timeline item disappear again.
The text was updated successfully, but these errors were encountered: