JDK-8212060 : [GTK3] Stage sometimes shown at top-left before moving to correct position
Type:Bug
Component:javafx
Sub-Component:window-toolkit
Affected Version:8u202,openjfx11,openjfx12
Priority:P3
Status:Resolved
Resolution:Fixed
OS:linux
Submitted:2018-10-11
Updated:2020-01-31
Resolved:2019-05-08
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
On some Linux distros, a Stage is briefly shown at top-left before moving to correct position when using the (now default) GTK3 toolkit.
This bug has been reported on Ubuntu 18.04 and Manjaro 17.1.12.
Comments
Changeset: 3e09b6bdf762
Author: kcr
Date: 2019-05-08 05:21 -0700
URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/3e09b6bdf762
8212060: [GTK3] Stage sometimes shown at top-left before moving to correct position
Reviewed-by: kcr, pbansal
Contributed-by: thiago.sayao@clamed.com.br
08-05-2019
Is this issue always reproducible or intermittently? I tried to run 2-3 sample FX programs 20-30 times, but I am not able to reproduce this at all. I am using Ubuntu 18.04 LTS with jdk12b19 and javafx sdk 11.0.1.
27-12-2018
Once we backport GTK3 to FX 8u (see JDK-8206246) then this bug will also apply to 8u as well.