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

The Slider range stops adjusting value when on developer tool device emulation mode #2226

Open
ap-northeast-0 opened this issue Apr 3, 2024 · 1 comment

Comments

@ap-northeast-0
Copy link

Why does the Slider range stops adjusting when on developer tool device emulation mode.
It adjusts when I click on it, but not when I drag on it.
This can be replicated on the website's demo page. Just turn on the developer tool's device emulation. You will not be able to drag to adjust its value.

https://api.jqueryui.com/1.12/slider/

Is there a work around? It is not responding on my test device too.

@mgol
Copy link
Member

mgol commented Apr 12, 2024

Thanks for the report. It's not just device emulation mode, the same behavior can be observed on real mobile (I checked on an iPhone).

This seems to be a known issue: https://stackoverflow.com/questions/13808663/jquery-ui-slider-touch-drag-drop-support-on-mobile-devices

Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/. PRs are welcome if they're not too complex and contain tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants