QKnob with image content in default slot can't be interacted with to update model value #17812
Labels
area/components
bug/0-needs-info
Need more info to reproduce
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
mousing over a
Knob
component with an image in the default slot results in the browser's default image dragging behavior to override theQKnob
s behavior:from: https://quasar.dev/vue-components/knob#example--show-value
Screen.Recording.2025-02-07.at.8.43.16.AM.mov
Adding
pointer-events: none
to the slot's containing element resolves the problem:Screen.Recording.2025-02-07.at.8.41.28.AM.mov
What did you expect to happen?
I expected to be able to click and drag on the knob, changing the value.
Reproduction URL
https://codepen.io/euphemism-the-encoder/full/zxOgpbV
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Firefox, Safari, iOS, Chrome
The text was updated successfully, but these errors were encountered: