On Tue, 7 Sep 2021 10:40:01 GMT, Michael Strauß <mstra...@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

modules/javafx.controls/src/test/java/test/javafx/scene/control/TableViewTest.java
 line 386:

> 384:         selectionModel.clearAndSelect(0, col1);
> 385: 
> 386:         // The following asserts should work once JDK-8273336 is fixed:

@mstr2 About this issue, I've added a 
[comment](https://bugs.openjdk.java.net/browse/JDK-8273336?focusedCommentId=14445984&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14445984),
 in case you have some time to check it. 
With my possible fix, these assertions work fine, but fail without it.

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

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

Reply via email to