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] Missin elevation 0 #9157

Closed
FernandoFranco opened this issue Sep 30, 2019 · 4 comments · May be fixed by maxiplux/full-stack-fastapi-couchbase#10, ajesse11x/ethereumbook#1 or ajesse11x/vuetify#2
Assignees
Labels
T: bug Functionality that does not work as intended/expected
Milestone

Comments

@FernandoFranco
Copy link
Contributor

Environment

Vuetify Version: 1.5.18
Vue Version: 2.6.10
Browsers: Google Chrome, Mozilla Firefox, Safari, Microsoft Edge, Internet Explorer, Opera
OS: Linux, Mac OSX, iOS, Android, Windows

Steps to reproduce

Create a card with elevation 0

Expected Behavior

Card with elevation 0 (flat)

Actual Behavior

Card with default elevation

Reproduction Link

https://codepen.io/fernando_franco/pen/RwbzZxP

Other comments

Change line 15 in https://github.com/vuetifyjs/vuetify/blob/v1.5.18/packages/vuetify/src/mixins/elevatable.ts to:

if (!this.computedElevation && this.computedElevation !== 0) return {}
@ant1m4tt3r
Copy link
Contributor

on it

@ant1m4tt3r
Copy link
Contributor

ps: this bug does not appear to happen on 2.x.x versions

@FernandoFranco
Copy link
Contributor Author

ps: this bug does not appear to happen on 2.x.x versions

I didn't really check in versions 2.x.x

@johnleider
Copy link
Member

fixed in a7df4cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
3 participants