vuetifyjs / vuetify

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

[Bug Report][3.5.15] v-touch trigger wrong event when using with v-window #19612

Open thenewseason opened 2 weeks ago

thenewseason commented 2 weeks ago

Environment

Vuetify Version: 3.5.15 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Windows 10

Steps to reproduce

Please note that this issue can be reproduced in mobile device mode.

  1. access reproduction link.
  2. turn on developer tool (F12)
  3. make it to device mode (Ctrl+Shift+M)
  4. make source code some change
ex)
v-window-item value="b"
---> v-window-item value="c"
  1. click "OPEN DIALOG" button from "PREVIEW".
  2. click left side of a text field from "PREVIEW". (not swipe, just click)
  3. check console log.

Expected Behavior

No console logs because it is click, not swipe.

Actual Behavior

Console log printed.

Reproduction Link

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

Other comments

This problem occurs on production mode, too. but the above example is simplest way I found.