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

[Bug Report][3.4.0-beta.0] VStepperWindow - touch is not disabled by default #18621

Closed
Gandhi11 opened this issue Nov 7, 2023 · 1 comment
Closed

Comments

@Gandhi11
Copy link

Gandhi11 commented Nov 7, 2023

Environment

Vuetify Version: 3.4.0-beta.0
Vue Version: 3.3.8
Browsers: Chrome 118.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  • Make sure to use device mode in console to activate the touch in chrome
  • Try to swipe the window right to left

Expected Behavior

Based on the documentation (https://vuetifyjs.com/en/api/v-stepper-window/#props-touch), the touch property should be false by default therefore the windows should not swipe right to left.

Actual Behavior

The windows can be swiped by default.

Reproduction Link

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

Other comments

Maybe related to #18605

@Disservin
Copy link

that's actually because it's undefined (instead of false) by default https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VWindow/VWindow.tsx#L69

@KaelWD KaelWD self-assigned this Nov 9, 2023
@KaelWD KaelWD added this to the v3.4.0 (Blackguard) milestone Nov 9, 2023
@github-actions github-actions bot removed the S: triage label Nov 9, 2023
KaelWD added a commit that referenced this issue Nov 9, 2023
@github-actions github-actions bot closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants