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

Double tapping cell opens cellEditor (on touch) #3

Open
DataGridXL opened this issue Feb 2, 2022 · 1 comment
Open

Double tapping cell opens cellEditor (on touch) #3

DataGridXL opened this issue Feb 2, 2022 · 1 comment
Labels

Comments

@DataGridXL
Copy link
Owner

Strange this here is: if tapping on one cell, then quickly tapping on another cell, dblclick event is recognized (which makes sense). However, eventArea.dblclick handler should check for areCoordsEqual (new tap vs. prev tap). Somehow the openCellEditor method is still called.

@DataGridXL
Copy link
Owner Author

The dblclick event on touch could perhaps set focus to inputBar.

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

No branches or pull requests

1 participant