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

Alisen Chung github.com+90066231+alisenchung at openjdk.java.net
Fri Oct 1 02:10:34 UTC 2021


On Fri, 1 Oct 2021 01:56:36 GMT, Sergey Bylokhov <serb 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?

I tested both. The maximized button works properly, but fullscreen mode set by GraphicsDevice.setFullScreenWindow() isn't working properly.

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

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



More information about the client-libs-dev mailing list