<AWT Dev> RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v5]
Tejpal Rebari
trebari at openjdk.java.net
Mon May 31 05:36:26 UTC 2021
On Thu, 20 May 2021 19:50:32 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> 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?
We will backport the same fix with one additional platform check.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3407
More information about the awt-dev
mailing list