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

Kevin Rushforth kcr at openjdk.org
Thu Nov 2 22:07:15 UTC 2023


On Thu, 2 Nov 2023 19:13:58 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.

We need to verify that there is no possibility of regression. Have you run manual tests including the `HelloModality` and `HelloAlert` test programs in `apps/toys/Hello`?

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

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


More information about the openjfx-dev mailing list