<AWT Dev> RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v5]

Sergey Bylokhov serb at openjdk.java.net
Thu May 20 19:53:32 UTC 2021


On Thu, 20 May 2021 19:48:21 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Tejpal Rebari has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   made changed according to CSR comments
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m line 1107:
> 
>> 1105:     JNI_COCOA_ENTER(env);
>> 1106:     if (allowAutomaticTabbing) {
>> 1107:         [NSWindow setAllowsAutomaticWindowTabbing:YES];
> 
> Should we access this property on the Appkit thread? Or this can be used everywhere?

Do we plan to backport the same fix or a different one?

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

PR: https://git.openjdk.java.net/jdk/pull/3407


More information about the awt-dev mailing list