RFR: 8279640: ListView with null SelectionModel/FocusModel throws NPE
Marius Hanl
mhanl at openjdk.org
Thu Aug 11 13:20:39 UTC 2022
On Wed, 10 Aug 2022 23:28:04 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> There is a condition observed while debugging [JDK-8187145](https://bugs.openjdk.org/browse/JDK-8187145), when a non-null selection model is set, the user creates a non-empty selection, then the selection is set to null.
>
> The UI still shows selected cells - does the same bug exists in ListView?
Just tried and it looks fine for `ListView`.
-------------
PR: https://git.openjdk.org/jfx/pull/711
More information about the openjfx-dev
mailing list