On Mon, 29 Jul 2024 14:29:17 GMT, Thiago Milczarek Sayao <tsa...@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).
>
> Thiago Milczarek Sayao has updated the pull request incrementally with two 
> additional commits since the last revision:
> 
>  - Revert idea file
>  - Fix only the original bug

The problem depends on the Window Manager behavior, so it's not really DEBIAN 
specific. It affects Kwin and others as reported.

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

PR Comment: https://git.openjdk.org/jfx/pull/1460#issuecomment-2256118082

Reply via email to