sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

TreeTable cancels edit on tabbed cell #1090

Closed warmuuh closed 3 years ago

warmuuh commented 4 years ago

Reproduced with TreeTableDemo When clicking on a cell, tabbing to the next one, editing this and pressing enter, the focus jumps back to the previous (or the starting-cell, if tabbed multiple times) and edited value is reset.

table-issue

might be related to #127 but i think, the issue is slightly different. I tried for hours to work around this but sadly dont have enough knowledge of javafx internals. do you happen to know, how to make this edit being commited? (I also tried the AutoCommitEditor from #127, but did not work)

using jfoenix 9.0.9, javafx 13 (and tried with 14)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.