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

Ambarish Rapte arapte at openjdk.java.net
Tue Sep 7 09:45:46 UTC 2021


On Mon, 6 Sep 2021 19:23:58 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:
> 
>   added test

The exception can be observed in one other similar scenario.
1. Run the program attached to [JDK-8273324](https://bugs.openjdk.java.net/browse/JDK-8273324).
2. Click on a
3. Shift + Click on d
4. Click on d
-> The same exception can be observed.

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

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


More information about the openjfx-dev mailing list