On Tue, 31 Jan 2023 17:05:01 GMT, Nir Lisker <[email protected]> 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
