On Fri, 3 Sep 2021 18:19:45 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> This PR fixes the exception thrown by the sample code in > [8273324](https://bugs.openjdk.java.net/browse/JDK-8273324), while retaining > the incorrect behavior in the scenario described. This pull request has now been integrated. Changeset: a272c4f6 Author: Michael Strauß <mstra...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/a272c4f6bd08fee8928c78e17428574aec485cfd Stats: 53 lines in 2 files changed: 50 ins; 0 del; 3 mod 8273324: IllegalArgumentException: fromIndex(0) > toIndex(-1) after clear and select TableCell Reviewed-by: jpereda, kcr ------------- PR: https://git.openjdk.java.net/jfx/pull/617