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

Sergey Bylokhov serb at openjdk.java.net
Fri Apr 9 22:42:14 UTC 2021


On Fri, 9 Apr 2021 20:42:26 GMT, Kevin Rushforth <kcr at 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


More information about the awt-dev mailing list