RFR: 8273324: IllegalArgumentException: fromIndex(0) > toIndex(-1) after clear and select TableCell [v3]

Kevin Rushforth kcr at openjdk.java.net
Wed Sep 8 13:45:08 UTC 2021


On Tue, 7 Sep 2021 10:40:01 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.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed case of multi-selection across several rows

The updated fix and new test both look good.

-------------

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/617


More information about the openjfx-dev mailing list