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] Expansion panel animation with 1 item #6102

Closed
TiagoXavi opened this issue Jan 10, 2019 · 2 comments
Closed

[Bug Report] Expansion panel animation with 1 item #6102

TiagoXavi opened this issue Jan 10, 2019 · 2 comments
Assignees
Labels
P: low The issue is of low importance T: bug Functionality that does not work as intended/expected
Milestone

Comments

@TiagoXavi
Copy link

Versions and Environment

Vuetify: 1.4.1
Vue: 2.5.21
Browsers: Chrome 71.0.3578.98
OS: Windows 10

Steps to reproduce

Click on "open" and "close" repeatedly.

Expected Behavior

Smooth contract

Actual Behavior

Some times the close animation don't happen.

Reproduction Link

https://codepen.io/tiagoxavi/pen/EGdjbZ

@dsseng dsseng added T: bug Functionality that does not work as intended/expected P: low The issue is of low importance labels Jan 10, 2019
@dsseng dsseng added this to the v1.4.x milestone Jan 10, 2019
@johnleider
Copy link
Member

This is indicative of how expand-transition behaves when working with elements that use v-show. @KaelWD I looked into this and the only reproduce-able step was having only 1 element. 2 or more and the transition works fine.

@KaelWD
Copy link
Member

KaelWD commented Jan 29, 2019

2 elements worked because the other one would call a reflow at the same time. Firefox handles them a bit differently hence #6049

@lock lock bot locked as resolved and limited conversation to collaborators Jan 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P: low The issue is of low importance T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

4 participants