vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.12k stars 6.92k forks source link

[Bug Report][3.5.17] v-window-item flickering with transition set to false #19682

Open tmwrnr opened 3 weeks ago

tmwrnr commented 3 weeks ago

Environment

Vuetify Version: 3.5.17 Vue Version: 3.4.24 Browsers: Chrome 124.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

  1. Set transition and revers-transition to false on v-window-item
  2. Switch quickly between tabs

Expected Behavior

The content of two tabs is never displayed at the sam time

Actual Behavior

Sometimes the old and the new tab content is displayed at the same time

Reproduction Link

https://play.vuetifyjs.com/#...

tmwrnr commented 3 weeks ago

https://github.com/vuetifyjs/vuetify/assets/39673874/346aca39-2aaa-4754-8ad3-52e8b17b0b0c

screenshot
tmwrnr commented 3 weeks ago

Maybe related to #17209? Even if you add the :reverse-transition="false" there is a flickering, see Vuetify Play