Discussion:
Window opening glitch on ubuntu 18.04
Thiago Milczarek Sayão
2018-10-11 17:03:00 UTC
Permalink
I have migrated our development environment from java-10 javafx to
java-11 and openjfx-11.

One thing I have noticed is that windows opens on the top left corner
of the screen and than moves to a center location. The weird thing is
that we can see the window moving. It appears to be a glitch.

This also happened on java-10 with the bundled javafx when setting it
to use gtk-3 instead of gtk-2.

So it appears to be a gtk-3 bug/glitch.

We use x.org (not wayland).
Kevin Rushforth
2018-10-11 17:10:20 UTC
Permalink
Someone reported a similar issue with a differrent Linux distro (Manjaro
17.1.12) also related to GTK 3:

https://github.com/javafxports/openjdk-jfx/issues/217

I'll file a JBS bug for this. In the mean time, you can add a comment to
the above GitHub issue if you like.

-- Kevin
Post by Thiago Milczarek Sayão
I have migrated our development environment from java-10 javafx to
java-11 and openjfx-11.
One thing I have noticed is that windows opens on the top left corner
of the screen and than moves to a center location. The weird thing is
that we can see the window moving. It appears to be a glitch.
This also happened on java-10 with the bundled javafx when setting it
to use gtk-3 instead of gtk-2.
So it appears to be a gtk-3 bug/glitch.
We use x.org (not wayland).
Kevin Rushforth
2018-10-11 17:16:47 UTC
Permalink
https://bugs.openjdk.java.net/browse/JDK-8212060
Post by Kevin Rushforth
Someone reported a similar issue with a differrent Linux distro
https://github.com/javafxports/openjdk-jfx/issues/217
I'll file a JBS bug for this. In the mean time, you can add a comment
to the above GitHub issue if you like.
-- Kevin
Post by Thiago Milczarek Sayão
I have migrated our development environment from java-10 javafx to
java-11 and openjfx-11.
One thing I have noticed is that windows opens on the top left corner
of the screen and than moves to a center location. The weird thing is
that we can see the window moving. It appears to be a glitch.
This also happened on java-10 with the bundled javafx when setting it
to use gtk-3 instead of gtk-2.
So it appears to be a gtk-3 bug/glitch.
We use x.org (not wayland).
Kevin Rushforth
2018-10-11 17:23:16 UTC
Permalink
And this was reported even earlier at:

https://github.com/javafxports/openjdk-jfx/issues/129

also with Ubuntu 18.04. I have added a pointer to both in the JBS bug.

-- Kevin
Post by Kevin Rushforth
https://bugs.openjdk.java.net/browse/JDK-8212060
Post by Kevin Rushforth
Someone reported a similar issue with a differrent Linux distro
https://github.com/javafxports/openjdk-jfx/issues/217
I'll file a JBS bug for this. In the mean time, you can add a comment
to the above GitHub issue if you like.
-- Kevin
Post by Thiago Milczarek Sayão
I have migrated our development environment from java-10 javafx to
java-11 and openjfx-11.
One thing I have noticed is that windows opens on the top left corner
of the screen and than moves to a center location. The weird thing is
that we can see the window moving. It appears to be a glitch.
This also happened on java-10 with the bundled javafx when setting it
to use gtk-3 instead of gtk-2.
So it appears to be a gtk-3 bug/glitch.
We use x.org (not wayland).
Sverre Moe
2018-10-11 17:32:02 UTC
Permalink
Den tor. 11. okt. 2018 kl. 19:17 skrev Kevin Rushforth <
Post by Kevin Rushforth
https://bugs.openjdk.java.net/browse/JDK-8212060
I have not noticed this on OpenSUSE Leap 15. The window pop up right in the
center of my screen in an instant.
NVIDIA graphics with NVIDIA proprietary drivers.

Running my modular test application on Java 11 and JavaFX 11.
https://github.com/DJViking/FxMovies.git

/Sverre
Sverre Moe
2018-10-11 17:38:18 UTC
Permalink
Post by Sverre Moe
Den tor. 11. okt. 2018 kl. 19:17 skrev Kevin Rushforth <
Post by Kevin Rushforth
https://bugs.openjdk.java.net/browse/JDK-8212060
I have not noticed this on OpenSUSE Leap 15. The window pop up right in
the center of my screen in an instant.
NVIDIA graphics with NVIDIA proprietary drivers.
Running my modular test application on Java 11 and JavaFX 11.
https://github.com/DJViking/FxMovies.git
/Sverre
I did however noticed for a split second that a dialog I opened was in the
upper left corner. It was hardly noticeable.

/Sverre

Loading...