[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:   
https://git.openjdk.java.net/jfx17u/commit/62355c9011b21ea8db4c8e511bda3dd47f1fc84c
Stats: 53 lines in 2 files changed: 50 ins; 0 del; 3 mod

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

Backport-of: a272c4f6bd08fee8928c78e17428574aec485cfd

-

PR: https://git.openjdk.java.net/jfx17u/pull/6


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.

Changeset: a272c4f6
Author:Michael Strauß 
Committer: Kevin Rushforth 
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