On Tue, 10 Mar 2026 09:19:28 GMT, danielpeintner <[email protected]> wrote:
> It's a pity that this suggestion has received relatively little attention. I > think JavaFX is a very good framework. Nevertheless, it's very annoying that > TableView behaves differently than most users want it (or expect it) to be. > Not committing a value when focus is lost or clicking outside a cell is > counterintuitive. I agree and I plan to come back to this. Currently, I don't have much freetime (I'm on the JavaLand right now). If you can, feel free to try it out and give feedback! More information is also in the Mailing list entry: https://mail.openjdk.org/archives/list/[email protected]/message/6ZP7PDMPXFKFPQOW64TUZCWNNQCL7KTT/ The current state is stable and is fine for the usecase. It also follows the other commit-on-focus-loss Controls. There are some workflows that are a bit weird or may not work (e.g. non focus traversable button, more in the mailing list), but those are all preexisting issues that we do have with e.g. `ComboBox` already. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1935#issuecomment-4031062506
