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

Rendering problem with v-show, transition and v-model update. #3252

Closed
cemelo opened this issue Jul 10, 2016 · 2 comments
Closed

Rendering problem with v-show, transition and v-model update. #3252

cemelo opened this issue Jul 10, 2016 · 2 comments
Labels

Comments

@cemelo
Copy link

cemelo commented Jul 10, 2016

Vue.js version

2.0.0-beta.1

Reproduction Link

https://jsfiddle.net/cemelo/h8Lyqa3e/3/

Steps to reproduce

Write some e-mail in the provided input provided at the fiddle.

What is Expected?

An image should appear (and stay) bellow the input.

What is actually happening?

The image shows for some apparently random time and then disappears.

@LinusBorg
Copy link
Member

LinusBorg commented Jul 10, 2016

Hello @cemelo

Thanks for filing this issue. It seems that there is indeed an issue with the transition (it works without transition="fade", and with it, the transition doesn't work either).

We will look into it.

@LinusBorg LinusBorg added the bug label Jul 10, 2016
@LinusBorg LinusBorg changed the title Rendering problem with v-if, transition and v-model update. Rendering problem with v-show, transition and v-model update. Jul 10, 2016
@cemelo
Copy link
Author

cemelo commented Jul 10, 2016

@LinusBorg no worries, man. I tried to look into it, but without any knowledge of the codebase, I couldn't figure out the reason. Just a heads up, the bug seems to happen with v-if as well.

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

No branches or pull requests

3 participants