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

v-show is firing late on 2.5.1 #6813

Closed
ericcirone opened this issue Oct 13, 2017 · 6 comments
Closed

v-show is firing late on 2.5.1 #6813

ericcirone opened this issue Oct 13, 2017 · 6 comments

Comments

@ericcirone
Copy link

Version

2.5.1

Reproduction link

https://codepen.io/ericcirone/pen/pWOrMB

Steps to reproduce

Go here - https://codepen.io/ericcirone/pen/pWOrMB
This is on 2.5.1 At < 1000px wide the test list should get hidden. If you go back and forth over that threshold you can make the list flash. It flashes because it is hidden by v-show. But in the CSS i make the list vertical under 1000px. It seems that v-show is firing a too late.

You can see the comparison to 2.4.4 here https://codepen.io/ericcirone/pen/Oxoxzr
On 2.4.4 you can not get the list to flash at the larger size.

What is expected?

List should be hidden at < 1000px.

What is actually happening?

List flashes vertical for a split second before disappearing.


Just noticed this when updating to 2.5.1. Hopefully its a quick fix. I'm using this behavior on a menu bar and now when you make the screen smaller its very janky.

@ericcirone
Copy link
Author

Here is a video of the issue, just to further show it.

https://youtu.be/9BRqQa2Q9a4

@doits
Copy link

doits commented Oct 14, 2017

You can see the comparison to 2.4.4 here https://codepen.io/ericcirone/pen/Oxoxzr
On 2.4.4 you can not get the list to flash at the larger size.

It flashes here for me, too, even with 2.4.4. (Firefox 57.0b8)

@fritx
Copy link

fritx commented Oct 15, 2017

@doits you can try v2.5.2:
https://github.com/vuejs/vue/releases

@doits
Copy link

doits commented Oct 15, 2017

@fritx 2.5.2 still flashes for me on resizing: https://codepen.io/anon/pen/PJyOJM

@cannap
Copy link

cannap commented Oct 16, 2017

i can also see on IE Edge

@ericcirone
Copy link
Author

The issue definitely seems to be fixed in Chrome, but I do still see the issue in Safari and Firefox. Also I can see the issue in Safari and Firefox on 2.4.4 as well.

@yyx990803 So for situations like this, where I have CSS changing the appearance and Vue changing the appearance and wanting both to work exactly at the same moment, is it safe to say it should just all be done in CSS or all be done in Vue to make sure things are changed exactly at the same time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants