On Thu, 20 May 2021 19:50:32 GMT, Sergey Bylokhov <[email protected]> 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