RFR: 8188026: TextFieldXXCell: NPE on calling startEdit
Jeanette Winzenburg
fastegal at openjdk.java.net
Wed Jul 28 15:12:32 UTC 2021
On Thu, 22 Jul 2021 19:15:54 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
> Finally coming back to this, when firing a **startEdit()** while already editing e.g. a TextFieldCell, the input which was made by you gets lost and you need to start over. So this can be a potential follow-up. I didn't found anything for **cancelEdit()**.
thinking about it again: for a fully configured cell, there is no difference in behaviour before/after the fix - so the fix should be fine :) I'll start a review next week or so (after tax deadline ;) - for now will just add a suggestion for the tests.
-------------
PR: https://git.openjdk.java.net/jfx/pull/569
More information about the openjfx-dev
mailing list