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

2023-12-06 Thread Thiago Milczarek Sayao
> 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 a

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

2023-12-03 Thread Thiago Milczarek Sayao
On Fri, 3 Nov 2023 10:34:42 GMT, Thiago Milczarek Sayao 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 bein

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

2023-11-16 Thread Thiago Milczarek Sayao
On Fri, 3 Nov 2023 10:34:42 GMT, Thiago Milczarek Sayao 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 bein

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

2023-11-16 Thread Kevin Rushforth
On Fri, 3 Nov 2023 10:34:42 GMT, Thiago Milczarek Sayao 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 bein

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

2023-11-03 Thread Thiago Milczarek Sayao
> 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 a

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

2023-11-02 Thread Kevin Rushforth
On Thu, 2 Nov 2023 19:13:58 GMT, Thiago Milczarek Sayao 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 > all

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

2023-11-02 Thread Thiago Milczarek Sayao
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