RFR: 8325435: [macos] Menu or JPopupMenu not closed when main window is resized [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri May 31 12:24:42 UTC 2024


On Fri, 31 May 2024 10:51:29 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Non-client aread edge area modified, test format
>
> test/jdk/javax/swing/JMenu/TestUngrab.java line 81:
> 
>> 79:             robot.delay(1000);
>> 80:             Point point = menu.getLocationOnScreen();
>> 81:             Dimension dim = menu.getSize();
> 
> Should it be accessed on EDT?

Yes, updated

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19474#discussion_r1622344582


More information about the client-libs-dev mailing list