RFR: 8350924: javax/swing/JMenu/4213634/bug4213634.java fails [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Tue Mar 4 08:59:55 UTC 2025
On Tue, 4 Mar 2025 08:41:36 GMT, Tejesh R <tr at openjdk.org> wrote:
>> that's why I added waitForIdle/delay after createShowGUI
>
> I meant in right after `frame.setVisible(true);`, between line 80 and 81.
I know what you meant but I am saying its not needed as historically we added delay/waitForIdle after we do setVisible and start the test..
Also requestFocusInWindow is not guranteed to be done by JDK, its just a request...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23837#discussion_r1978933191
More information about the client-libs-dev
mailing list