You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: