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

Can't enter text in textarea/input #2054

Closed
sbkobaidze opened this issue Sep 28, 2022 · 2 comments
Closed

Can't enter text in textarea/input #2054

sbkobaidze opened this issue Sep 28, 2022 · 2 comments

Comments

@sbkobaidze
Copy link

Can't enter text on textarea/input

Using gridstack.js - 6.0.2v
Browser: Google Chrome
OS: Windows 10

https://jsfiddle.net/sabakobaidze/sqv0acgx/2/

Expected behavior

Should be able to write text when clicking textarea/input

Actual behavior

Not being able to type when clicking on textarea/input

@adumesny
Copy link
Member

adumesny commented Sep 29, 2022

thank for posting. this broke in v6 (ok in v5) when re-writing to mouse events. v5 JQ version works (mouse event behind the scene) handles the mouse click/enter just fine.

adumesny added a commit to adumesny/gridstack.js that referenced this issue Oct 9, 2022
* fix for gridstack#2054
* make sure to prevent mousedown handling over known list of tags (like jqueryui did)
@adumesny
Copy link
Member

adumesny commented Oct 9, 2022

fixed in 6.0.3 - don't forget to donate if you find this lib useful!

@adumesny adumesny closed this as completed Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants