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

Draggable doesn't allow text fields to be blurred #586

Open
blazgocompany opened this issue Jul 31, 2024 · 4 comments
Open

Draggable doesn't allow text fields to be blurred #586

blazgocompany opened this issue Jul 31, 2024 · 4 comments

Comments

@blazgocompany
Copy link

Draggable doesn't allow text fields to be focused:
https://codepen.io/BlazgoCompany/pen/oNrBJOm
To focus the textbox, you have to click the textbox multiple times.
To unfocus, you have to either:

  1. Click the draggable container multiple times, or,
  2. Click outside the draggable container once.

There is a text cursor on hover, and minimumMovement is 100 so there is no problem with that either.

@blazgocompany
Copy link
Author

@jackdoyle Is there a way to fix this

@jackdoyle
Copy link
Member

I’m not at my computer at the moment, but have you tried adding:

dragClickables: false

@blazgocompany
Copy link
Author

Thank you, dragClickables: true works
However, I still have to click on .container multiple times in order to blur the box

@blazgocompany blazgocompany changed the title Draggable doesn't allow text fields to be focused Draggable doesn't allow text fields to be blurred Aug 6, 2024
@blazgocompany
Copy link
Author

@jackdoyle, Any updates on this?

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