RFR: 8332222: Linux Debian: Maximized stage shrinks when opening another stage [v3]

Thiago Milczarek Sayao tsayao at openjdk.org
Mon Jul 29 14:34:39 UTC 2024


On Mon, 17 Jun 2024 23:34:06 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> I've tested a bit more on linux mint (not a KDE desktop), see no ill effects.
> 
> There were a couple of warnings opening modal and regular windows, but the same warnings are present in the master branch.
> 
> For completeness sake, here they are:
> 
> Color picker -> custom color -> use? `(java:64981): Gtk-CRITICAL **: 15:36:07.237: gtk_window_resize: assertion 'width > 0' failed`
> 
> tools -> FxTextArea Embedded in JFXPanel `(java:64981): Gdk-WARNING **: 15:37:06.136: XSetErrorHandler() called with a GDK error trap pushed. Don't do that.`

The `XSerErrorHandler()` is a known conflict with Swing or anything else that also uses the error trap.

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

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


More information about the openjfx-dev mailing list