-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
8u121
-
x86
-
other
FULL PRODUCT VERSION :
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 10 64 bit Version 10.0.14393
EXTRA RELEVANT SYSTEM CONFIGURATION :
I5 4670k
GTX 970 4G
latest bios
A DESCRIPTION OF THE PROBLEM :
I programmed a login gui and I want a scene change via FadeTransition.
This FadeTransion however, bugs the Textfield out. I can't write in it or even click it.
Same goes for the PasswordField. Here the position of the clickable area seems to change after the transion.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Textfield and PasswordField on a pane
FadeTranstion on the Pane
Bug
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
It works if I reinitialize the Fields after the transition finished.
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 10 64 bit Version 10.0.14393
EXTRA RELEVANT SYSTEM CONFIGURATION :
I5 4670k
GTX 970 4G
latest bios
A DESCRIPTION OF THE PROBLEM :
I programmed a login gui and I want a scene change via FadeTransition.
This FadeTransion however, bugs the Textfield out. I can't write in it or even click it.
Same goes for the PasswordField. Here the position of the clickable area seems to change after the transion.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Textfield and PasswordField on a pane
FadeTranstion on the Pane
Bug
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
It works if I reinitialize the Fields after the transition finished.