RFR: 8319340: [Linux] Disabled windows should not allow window operations (minimize, resize, maximize, close) [v2]

Thiago Milczarek Sayao tsayao at openjdk.org
Thu Nov 16 16:42:49 UTC 2023


On Fri, 3 Nov 2023 10:34:42 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

>> JavaFX on Linux is allowing disabled windows to be minimized.
>> 
>> Currently close does nothing as it should, maximize disappears (on MS Windows it's greyed out - it's a platform behavior difference) and minimize is being allowed.
>> 
>> Thins PR removes WM functions when window is disabled and restores it back when it's re-enabled.
>
> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Leave the Close button so it does not look too weird.

I did not like it much, let me see If I can find a better solution.

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

PR Comment: https://git.openjdk.org/jfx/pull/1278#issuecomment-1814821182


More information about the openjfx-dev mailing list