-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Comments
Here is a video of the issue, just to further show it. |
It flashes here for me, too, even with 2.4.4. (Firefox 57.0b8) |
@doits you can try v2.5.2: |
@fritx 2.5.2 still flashes for me on resizing: https://codepen.io/anon/pen/PJyOJM |
i can also see on IE Edge |
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? |
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.
The text was updated successfully, but these errors were encountered: