-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
jfx23
-
x86_64
-
linux
ADDITIONAL SYSTEM INFORMATION :
amd / arch linux / graal 22 vm
A DESCRIPTION OF THE PROBLEM :
it gets some arbitrary value even though I have listeners set up for the resize, it was ultimately bricking my code until I wrote some jank with runetime.exec, also with these conditions the transparency breaks even with picom or compton running
REGRESSION : Last worked in version 23.0.2
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Use a linux system with i3 gaps and lightDM.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
for getWidth and getHeight functions under the stage class to actually work as intended.
ACTUAL -
arbitrary value
---------- BEGIN SOURCE ----------
stage.getWidth();
---------- END SOURCE ----------
amd / arch linux / graal 22 vm
A DESCRIPTION OF THE PROBLEM :
it gets some arbitrary value even though I have listeners set up for the resize, it was ultimately bricking my code until I wrote some jank with runetime.exec, also with these conditions the transparency breaks even with picom or compton running
REGRESSION : Last worked in version 23.0.2
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Use a linux system with i3 gaps and lightDM.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
for getWidth and getHeight functions under the stage class to actually work as intended.
ACTUAL -
arbitrary value
---------- BEGIN SOURCE ----------
stage.getWidth();
---------- END SOURCE ----------