Re: RFR: 8353314: macOS: Inconsistent fullscreen behavior

2025-05-01 Thread Kevin Rushforth
On Wed, 30 Apr 2025 17:52:01 GMT, Martin Fox wrote: > macOS will allow any window to enter fullscreen mode but won't expand the > window's size if the resizable bit isn't set in the window's style mask. For > undecorated stages the code has to set this bit before entering fullscreen > and rest

Re: RFR: 8353314: macOS: Inconsistent fullscreen behavior

2025-04-30 Thread Andy Goryachev
On Wed, 30 Apr 2025 17:52:01 GMT, Martin Fox wrote: > macOS will allow any window to enter fullscreen mode but won't expand the > window's size if the resizable bit isn't set in the window's style mask. For > undecorated stages the code has to set this bit before entering fullscreen > and rest

Re: RFR: 8353314: macOS: Inconsistent fullscreen behavior

2025-04-30 Thread Kevin Rushforth
On Wed, 30 Apr 2025 17:52:01 GMT, Martin Fox wrote: > macOS will allow any window to enter fullscreen mode but won't expand the > window's size if the resizable bit isn't set in the window's style mask. For > undecorated stages the code has to set this bit before entering fullscreen > and rest

Re: RFR: 8353314: macOS: Inconsistent fullscreen behavior

2025-04-30 Thread Andy Goryachev
On Wed, 30 Apr 2025 17:52:01 GMT, Martin Fox wrote: > macOS will allow any window to enter fullscreen mode but won't expand the > window's size if the resizable bit isn't set in the window's style mask. For > undecorated stages the code has to set this bit before entering fullscreen > and rest

Re: RFR: 8353314: macOS: Inconsistent fullscreen behavior

2025-04-30 Thread Martin Fox
On Wed, 30 Apr 2025 17:52:01 GMT, Martin Fox wrote: > macOS will allow any window to enter fullscreen mode but won't expand the > window's size if the resizable bit isn't set in the window's style mask. For > undecorated stages the code has to set this bit before entering fullscreen > and rest

Re: RFR: 8353314: macOS: Inconsistent fullscreen behavior

2025-04-30 Thread Andy Goryachev
On Wed, 30 Apr 2025 17:52:01 GMT, Martin Fox wrote: > macOS will allow any window to enter fullscreen mode but won't expand the > window's size if the resizable bit isn't set in the window's style mask. For > undecorated stages the code has to set this bit before entering fullscreen > and rest