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.7] Vertical VDivider missing when using length prop #19889

Closed
J-Sek opened this issue May 24, 2024 · 0 comments · Fixed by #19890, LLotme/esp-idf#19 or Enterprise-CMCS/cmcs-eregulations#1360 · May be fixed by YoutacRandS-VA/desec-stack#2 or manastalukdar/manastalukdar.github.io#411
Assignees
Labels
C: VDivider VDivider T: bug Functionality that does not work as intended/expected
Milestone

Comments

@J-Sek
Copy link
Contributor

J-Sek commented May 24, 2024

Environment

Vuetify Version: 3.6.7
Last working version: 3.6.6
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Linux x86_64

Steps to reproduce

Place <v-divider vertical> with align-self-center class and custom length in flexbox container.

Expected Behavior

VDivider should take specified height from length prop.

Actual Behavior

VDivider has effective height of 0px.

Reproduction Link

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

Other comments

Regression after #19828

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VDivider VDivider and removed S: triage labels May 28, 2024
@johnleider johnleider added this to the v3.6.x milestone May 28, 2024
johnleider pushed a commit that referenced this issue May 28, 2024
fixes #19889

Co-authored-by: jsek <im68889094144@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment