RFR: 8138842: TableViewSelectionModel.selectIndices does not select index 0
Karthik P K
kpk at openjdk.org
Wed Feb 1 09:02:03 UTC 2023
On Tue, 31 Jan 2023 17:05:01 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> I recently looked at https://bugs.openjdk.org/browse/JDK-8120635. Is it related? I managed to reproduce it, so I think it should be reopened.
This is kind of similar issue but not related. This issue is because of the bug in `selectLast` method of MultipleSelectionModelBase class. I couldn't reproduce the issue with `select` and `selectFirst` methods as mentioned in the bug, I could reproduce only with `selectLast` method.
-------------
PR: https://git.openjdk.org/jfx/pull/1018
More information about the openjfx-dev
mailing list