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][3.0.0-alpha.13] v-timeline lines are disappearing after second item in horizontal mode #14820

Closed
avan2s opened this issue Mar 13, 2022 · 1 comment
Assignees
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

Comments

@avan2s
Copy link

avan2s commented Mar 13, 2022

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

  1. Create a child component with a v-timeline with direction="horizontal" density="compact"
  2. Integrate this child component into a parent component.

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.

@KaelWD KaelWD self-assigned this Mar 13, 2022
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected upstream Problem with a third party library that we may have to work around C: VTimeline VTimeline and removed S: triage labels Mar 13, 2022
@KaelWD
Copy link
Member

KaelWD commented Mar 13, 2022

vuejs/core#5322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants