PhoenicisOrg / phoenicis

Phoenicis PlayOnLinux and PlayOnMac 5 repository
https://phoenicis.org/
GNU Lesser General Public License v3.0
676 stars 73 forks source link

Jumping dialogs #1722

Open madoar opened 5 years ago

madoar commented 5 years ago

When opening a dialog, for example after clicking on the close button (X), the dialog shows up in the left top corner for a few milliseconds (long enough for me to see it there). Afterwards it jumps in the center.

plata commented 5 years ago

Could it be related to initOwner?

madoar commented 5 years ago

I don't know how

plata commented 5 years ago

I've never noticed anything like this (at least not that I recall).

madoar commented 5 years ago

The effect indicates, that the dialog is initialized with coordinates (0, 0), afterwards displayed, and then relocated to the center of the screen.

Maybe it is just my setup. It would be nice to know if other people have seen the same effect (hence the issue)

plata commented 5 years ago

What OS and JDK do you use?

qparis commented 5 years ago

I can confirm this problem also

madoar commented 5 years ago

@plata Linux Mint 18.3 with OpenJDK 11

plata commented 5 years ago

Cannot reproduce this with OpenJDK 10 nor OpenJDK 11 on Manjaro 18.0.

plata commented 5 years ago

Do you guys still have this issue?

madoar commented 5 years ago

This may have been fixed in JavaFX 13, see also the related issue: https://bugs.openjdk.java.net/browse/JDK-8212060

plata commented 5 years ago

Can you try (JavaFX 13 is merged)?