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 mouse cursor positioning issue in Firefox #770

Open
samweis78 opened this issue Jun 23, 2021 · 1 comment
Open

form inputs mouse cursor positioning issue in Firefox #770

samweis78 opened this issue Jun 23, 2021 · 1 comment

Comments

@samweis78
Copy link

samweis78 commented Jun 23, 2021

Hi,

using Firefox, you can't relocate the text cursor of an input field within a sortable list by clicking on the text in that input field.
I built a form with the datasets within the list element of an < u l > which is sortable.
The inputs should behave normally (as they do in Chrome or Edge) by locating the text cursor where I clicked on them.

Here is a pen. Please open with firefox.
https://codepen.io/samweis78/pen/oNZrWOo

-Sam

@lukasoppermann
Copy link
Owner

Hey @samweis78 I believe this has to do with the way Firefox implements the drag and drop api. If you find a solution I would appreciate a PR.

Otherwise maybe you can disable the sortable on click on the input and re-enable it on blur?

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

2 participants