On Fri, 9 Apr 2021 07:01:26 GMT, Sergey Bylokhov <s...@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?

As per my understanding we don't have support for opening window in a new 
Tab.And also it is always not a good idea to open in new Tab as the dialog size 
could be different. Similar fix is done for 
JavaFX(https://git.openjdk.java.net/jfx/pull/440) and for other 
application(like SPSS) it is advised to set System Preference  -> General -> 
Prefer tabs  to  never.

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

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

Reply via email to