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.6.6] divider vertical didn't work #19838

Closed
jemu75 opened this issue May 20, 2024 · 2 comments
Closed

[Bug Report][3.6.6] divider vertical didn't work #19838

jemu75 opened this issue May 20, 2024 · 2 comments
Labels
S: stale This issue is untriaged and hasn't seen any activity in at least six months. S: triage

Comments

@jemu75
Copy link

jemu75 commented May 20, 2024

Environment

Vuetify Version: 3.6.6
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0
OS: Android 10, Windows, iOS, Android

Steps to reproduce

only to use simple codesample or take a look into current vuetify documentation samples

Expected Behavior

Vertical divider should be showed

Actual Behavior

Vertical divider will not be showed

Reproduction Link

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

@J-Sek
Copy link
Contributor

J-Sek commented May 24, 2024

It actually seems to work on 3.6.6, but disappears on 3.6.7. If you wish to make it visible I would recommend h-100 class in that scenario (although I don't get the point of the linked example) or wait until I can fix #19889 to use length prop instead.

If you wish to prepare future reproduction examples, please consider using thickness="2" and opacity-100 class or outline: 2px solid red to make the v-divider more prominent.

@github-actions github-actions bot added the S: stale This issue is untriaged and hasn't seen any activity in at least six months. label Nov 23, 2024
@MatthewAry
Copy link
Contributor

With this, I can see the divider. I don't think this can be considered a bug unless there was some kind of regressive change with how it lays it's self out. Try fiddling with the display style for the parent of the VDivider component like in my example. @J-Sek seems to be working on adding an enhancement to allow you to force a specific length to the component

@MatthewAry MatthewAry closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: stale This issue is untriaged and hasn't seen any activity in at least six months. S: triage
Projects
None yet
Development

No branches or pull requests

3 participants