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

Form inputs inside sortable elements (like variations) don't work on mobile #43

Open
adamjudd opened this issue Oct 11, 2019 · 0 comments

Comments

@adamjudd
Copy link
Contributor

For aspects that we support as sortable, such as product variations, when on mobile it's not possible to interact with the form inputs within the sortable element.

If you click the label, it will focus the form element, but you can't directly interact with the input/textarea/select.

This appears to be a bug with the jQuery UI sortable plugin when jQuery Touch Punch is also included on the page, but from a quick search I can't see a clear solution to the direct issue. One approach we could take is to introduce a handle that is used for sorting, rather than just using the whole element as a handle. It means that people need to be more deliberate about where they grab - but would fix this issue.

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

No branches or pull requests

1 participant