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.1.14] v-slider thumb circle does not move #17159

Closed
craigbroadbear opened this issue Apr 16, 2023 · 8 comments
Closed

[Bug Report][3.1.14] v-slider thumb circle does not move #17159

craigbroadbear opened this issue Apr 16, 2023 · 8 comments
Labels
duplicate The issue has already been reported

Comments

@craigbroadbear
Copy link

Environment

Vuetify Version: 3.1.14
Last working version: 3.0.5
Vue Version: 3.2.47
Browsers: Chrome 112.0.0.0
OS: Windows 10

Steps to reproduce

Try and move the large circle in the middle of the slider, it does not move.

Expected Behavior

The large circle moves with the value of the slider

Actual Behavior

Circle does not move from center.

Reproduction Link

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

@websitevirtuoso
Copy link
Contributor

Please read documentation carefully

<template>
  <v-app>
    <v-slider
      v-model="slider1"
      color="orange"
      label="color"
    ></v-slider>

   
  </v-app>
</template>

<script>
  export default {
    data: () => ({
      slider1: 0,
      slider2: 50,
      slider3: 100,
    }),
  }
</script>

@craigbroadbear
Copy link
Author

craigbroadbear commented Apr 16, 2023 via email

@websitevirtuoso
Copy link
Contributor

v-app is main tag for vuetify. when you build app you must use it 1 time.
In vuetify 2 we also had it and the same requirement

@craigbroadbear
Copy link
Author

craigbroadbear commented Apr 16, 2023 via email

@websitevirtuoso
Copy link
Contributor

If possible please close this issue

@craigbroadbear
Copy link
Author

The v-app fix works. I suggest this requirement be made clearer in the documentation on v-slider or the dependency removed.

@websitevirtuoso
Copy link
Contributor

Yes. Maybe. I think you can creat PR in documentation to create a note about this.
v-app has to be used not only for v-slider. for all components

@KaelWD
Copy link
Member

KaelWD commented Apr 17, 2023

Duplicate of #16586

@KaelWD KaelWD marked this as a duplicate of #16586 Apr 17, 2023
@KaelWD KaelWD added the duplicate The issue has already been reported label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

3 participants