Skip to content

[Bug Report][2.5.10] v-show on an element inside of a vuetify transition is not working as expected #14312

@everttrollip

Description

@everttrollip

Environment

Vuetify Version: 2.5.10
Last working version: 2.4.2
Vue Version: 2.6.14
Browsers: Chrome 95.0.4638.54
OS: Mac OS 10.15.7

Steps to reproduce

  • Wrap an element using v-show with any of the vuetify transition components
  • Observe what happens when the show property is toggled between true and false

Expected Behavior

It should show or hide the element using the transition when the v-show directive is applied and the value is toggled

Actual Behavior

After toggling the visibility to show the element, toggling it again will not keep the element hidden anymore.

Reproduction Link

https://codepen.io/effort3/pen/QWMGJdm

Other comments

This seems to be related to the changes applied after this issue was reported: #13973

Metadata

Metadata

Assignees

Labels

C: TransitionsT: bugFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we broke

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions