On Tue, 29 Apr 2025 12:45:25 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Implementation of >> [`StageStyle.EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09). > > Michael Strauß has updated the pull request incrementally with one additional > commit since the last revision: > > Fix top resize border on Windows An issue whereby the top border was not showing re-size cursors when using EXTENDED + HeaderBar, was fixed in https://github.com/openjdk/jfx/pull/1605/commits/544d62eb6dff5ba90e27158dad8a0abe23db8fdf However, a similar bug is still present when using EXTENDED with **no** HeaderBar, these cursors are missing and it's not possible to re-size using the top border/corners. Easy to reproduce in Monkey Tester. It's also impossible to click and drag the window from the header area, in this configuration. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2838984003