On Fri, 9 Apr 2021 20:42:26 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> if you open a modal window that isn't a child window of some other window, it > can lead to strange behavior when you try to tab between them. Yes, this is what I tried to clarify, why we have such "strange behavior", what is the root cause, and how hard it to fix. > Also, if the size of a new window is different, it will resize the shared > frame that both windows use, and not restore it when you click the tab to go > back to the other window. That probably can be changed on our side, this looks similar to the case when the window is maximized to the "macOS fullscreen" and then restored . ------------- PR: https://git.openjdk.java.net/jdk/pull/3407