-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
jfx17
-
x86_64
-
linux
ADDITIONAL SYSTEM INFORMATION :
KDE Plasma / X11 javac 17
A DESCRIPTION OF THE PROBLEM :
Stage.setAlwaysOnTop(true) acts like success, Stage.isAlwaysOnTop() reports true, but checking the OS Window and actual behavior show failure.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Build this small app.
https://github.com/markcapella/fxClock
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
App should remember it's "always-on-top" setting after every close and restart.
ACTUAL -
App sometimes silently fails to remember to be always-on-top.
---------- BEGIN SOURCE ----------
https://github.com/markcapella/fxClock
---------- END SOURCE ----------
FREQUENCY : often
KDE Plasma / X11 javac 17
A DESCRIPTION OF THE PROBLEM :
Stage.setAlwaysOnTop(true) acts like success, Stage.isAlwaysOnTop() reports true, but checking the OS Window and actual behavior show failure.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Build this small app.
https://github.com/markcapella/fxClock
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
App should remember it's "always-on-top" setting after every close and restart.
ACTUAL -
App sometimes silently fails to remember to be always-on-top.
---------- BEGIN SOURCE ----------
https://github.com/markcapella/fxClock
---------- END SOURCE ----------
FREQUENCY : often
- relates to
-
JDK-8164210 The method setAlwaysOnTop failed to work properly while the method setFullScreen is true
- Open
-
JDK-8230127 "stage.setAlwaysOnTop(true)" and "alert.showAndWait()" may cause app block
- Open