RFR: 8090123: Items are no longer visible when collection is changed [v6]
Karthik P K
kpk at openjdk.org
Fri Mar 3 07:28:52 UTC 2023
On Wed, 1 Mar 2023 13:57:46 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Karthik P K has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address review comments
>
> tests/system/src/test/java/test/robot/javafx/scene/ChoiceBoxScrollUpOnCollectionChangeTest.java line 73:
>
>> 71: public class ChoiceBoxScrollUpOnCollectionChangeTest {
>> 72: static CountDownLatch startupLatch = new CountDownLatch(1);
>> 73: static CountDownLatch scrollLatch = new CountDownLatch(1);
>
> Minor: unused field can be removed
Used this latch now while stabilizing the test
-------------
PR: https://git.openjdk.org/jfx/pull/1039
More information about the openjfx-dev
mailing list