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] Component v-slider when placed inside a v-window, once used, changes the <v-window-item value> using touch #6801

Closed
nenadilic84 opened this issue Mar 22, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@nenadilic84
Copy link

Versions and Environment

Vuetify: 1.5.7
Vue: 2.6.9
Browsers: Chrome 72.0.3626.121
OS: Mac OS 10.14.3

Steps to reproduce

Just interact with the slider.

Expected Behavior

The touch events should not be propagated, thus the window should not be changed

Actual Behavior

The touch events are propagated and the window is changed.

Reproduction Link

https://codesandbox.io/embed/my0w8y9558

Other comments

v-slider, v-window

@nenadilic84
Copy link
Author

Just to mentioned that in order to reproduce the issue, please use the codesandbox.io link while having the Device Toolbar enabled in the Developer Tools.

@johnleider johnleider self-assigned this Jun 29, 2019
@johnleider johnleider added this to the v2.0.0 milestone Jun 29, 2019
johnleider added a commit that referenced this issue Jun 30, 2019
* fix(VTabs): remove swiping propagation for tab touch events

avoid propagation to higher tabs elements causing view changes

fixes #6462
fixes #6801

* fix(VSlider): capture events

* fix(VSlider): check for passiveSupported, don't capture move events

* fix(VTimePicker): stopPropagation to avoid tabs slide
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