On Thu, 13 May 2021 12:22:47 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
> fix is analogous to similar issues for Tree/TableCell (combined > [JDK-8150525](https://bugs.openjdk.java.net/browse/JDK-8150525) and > [JDK-8265206](https://bugs.openjdk.java.net/browse/JDK-8265206)) > > added tests that failed before and passed after the fix > > note: this PR also adds two asserts (which I forgot in the previous [PR > 473](https://github.com/openjdk/jfx/pull/473);) in Tree/TableEditingTest > which are unrelated to this fix. This pull request has now been integrated. Changeset: 24ffe353 Author: Jeanette Winzenburg <faste...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/24ffe353e175d1c4e9824e7ec1840e531014a500 Stats: 383 lines in 5 files changed: 352 ins; 17 del; 14 mod 8265210: TreeCell: cell editing state not updated on cell re-use Reviewed-by: aghaisas ------------- PR: https://git.openjdk.java.net/jfx/pull/501