RFR: 8254841: [macos] Enter and Exit events shouldn't be sent whilst resizing [v8]

Sergey Bylokhov serb at openjdk.java.net
Fri Oct 1 01:59:34 UTC 2021


On Fri, 1 Oct 2021 00:18:50 GMT, Alisen Chung <github.com+90066231+alisenchung at openjdk.org> wrote:

> I'm don't see windowDidEnterFullScreen calls when the window is being fullscreened.

As far as I understand the windowDidEnterFullScreen should be called when the window moved to the fullscreen mode
https://developer.apple.com/documentation/appkit/nswindowdelegate/1419116-windowdidenterfullscreen?language=objc

There are two fullscreen modes on macOS, one of them can be set via GraphicsDevice.setFullScreenWindow() and another one can be set by pressing the maximized button(https://support.apple.com/guide/mac-help/use-apps-in-full-screen-mchl9c21d2be/mac), which one did you test?

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

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



More information about the client-libs-dev mailing list