RFR: 8090123: Items are no longer visible when collection is changed [v3]
Karthik P K
kpk at openjdk.org
Wed Feb 22 11:11:45 UTC 2023
On Tue, 21 Feb 2023 13:27:43 GMT, Lukasz Kostyra <lkostyra at openjdk.org> wrote:
> On both platforms the results varied, sometimes it passed, others it failed. When it failed, it was assertions on `ChoiceBoxScrollUpOnCollectionChangeTest.java` @ line 131 or 132 (again, it wasn't consistently the same). I guess there is some sort of weird race condition going on.
>
Thanks for the details.
Other than UI components not getting loaded properly, i don't see other reasons for this inconsistent failure. I updated the test and added small delays to avoid these unexpected failures.
Added more number of items as well to the choicebox in the test so that while scrolling in larger screen we don't run out of options in the choicebox which results in hiding of down arrow which leads to test failure.
-------------
PR: https://git.openjdk.org/jfx/pull/1039
More information about the openjfx-dev
mailing list