Integrated: 8273324: IllegalArgumentException: fromIndex(0) > toIndex(-1) after clear and select TableCell

Michael Strauß mstrauss at openjdk.java.net
Wed Sep 8 14:30:11 UTC 2021


On Fri, 3 Sep 2021 18:19:45 GMT, Michael Strauß <mstrauss at 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ß <mstrauss at openjdk.org>
Committer: Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list