Integrated: 8332222: Linux Debian: Maximized stage shrinks when opening another stage

Thiago Milczarek Sayao tsayao at openjdk.org
Tue Aug 6 13:11:40 UTC 2024


On Wed, 22 May 2024 21:28:47 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

> Specific to KDE, in the case of the example provided, when an MODAL window pops, it calls `set_enabled` `false` on the child (or all other windows if APPLICATION_MODAL) which causes it to update the window constraints. When maximized, the constraints where applied anyways, causing the window to still be maximized but not show as maximized. The change is to not apply constraints when not floating (meaning floating on the screen - not maximized, fullscreen or iconified).
> 
> It's not specific to DEBIAN, it depends on the window manager (kwin is affected).

This pull request has now been integrated.

Changeset: 304704da
Author:    Thiago Milczarek Sayao <tsayao at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/304704da06365b9878b1b556c5dc35fb618ae584
Stats:     23 lines in 1 file changed: 15 ins; 8 del; 0 mod

8332222: Linux Debian: Maximized stage shrinks when opening another stage

Reviewed-by: jpereda, lkostyra

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

PR: https://git.openjdk.org/jfx/pull/1460


More information about the openjfx-dev mailing list