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

Leaving a cell via mouse click discards changes #27

Open
mattulbrich opened this issue Jun 2, 2017 · 2 comments
Open

Leaving a cell via mouse click discards changes #27

mattulbrich opened this issue Jun 2, 2017 · 2 comments

Comments

@mattulbrich
Copy link
Contributor

mattulbrich commented Jun 2, 2017

When clicking outside of a cell while editing the same, the cell changes from "edit mode" (textfield) to display mode. However, changes made to the cell text are discarded.

This does not match user expectation experienced in other table-based editing frameworks.

Request: Either do not allow to leave the textfield via mouse click at all, or make the changes persistent

For means to discard changes quickly, the <ESC> key would be a good option.

Spotted on a1b8e61.

@csicar
Copy link
Collaborator

csicar commented Jun 2, 2017

We tried to fix this problem during the pse project. If memory serves me right, this is a consequence of how the JavaFX-Table works. I will double-check that.

@mattulbrich
Copy link
Contributor Author

@wadoon wadoon added this to the Version 1.3 milestone Jun 8, 2017
Lks18 added a commit that referenced this issue Jul 13, 2017
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

3 participants