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

Sergey Bylokhov serb at openjdk.java.net
Fri Apr 9 07:04:17 UTC 2021


On Fri, 9 Apr 2021 05:42:37 GMT, Tejpal Rebari <trebari at openjdk.org> wrote:

> Fix is to set allowsAutomaticWindowTabbing to No for all the MacOS release staring from 10.12.
> The allowsAutomaticTabbing was introduced in MacOS 10.12 but the default value changed in macos11.

But why the option setAllowsAutomaticWindowTabbing=yes does not work? Why the nswindow in JDK is so specific?

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

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


More information about the awt-dev mailing list