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

2021-09-15 Thread Kevin Rushforth
On Wed, 15 Sep 2021 18:56:37 GMT, Kevin Rushforth wrote: > Clean backport to `jfx17u`. This has been tested along with other pending > fixes in the `test-kcr-17.0.1` branch. This pull request has now been integrated. Changeset: 62355c90 Author:Kevin Rushforth URL:

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

2021-09-08 Thread Michael Strauß
On Fri, 3 Sep 2021 18:19:45 GMT, Michael Strauß 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.