RFR: 8090123: Items are no longer visible when collection is changed [v3]

Karthik P K kpk at openjdk.org
Wed Feb 22 11:52:57 UTC 2023


On Tue, 21 Feb 2023 16:50:02 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> I did notice two other issues with ChoiceBox (both present in the master as well as the fix, so both of them are unrelated to this PR):
> 
>     1. adding ~1000 items takes a long time (1-2 seconds and a beach ball on Mac)
> 
>     2. changing the data set does not clear the selected item, in fact it remains selected even though it may not be present in the new data set.
> 
> 
> Do we have JBS bugs logged for these issues? Karthik, could you please take a look?

I couldn't find any bugs for these 2 issues in JBS. Created [JDK-8303060](https://bugs.openjdk.org/browse/JDK-8303060) and [JDK-8303064](https://bugs.openjdk.org/browse/JDK-8303064) to track these issues.

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

PR: https://git.openjdk.org/jfx/pull/1039


More information about the openjfx-dev mailing list