-
Bug
-
Resolution: Incomplete
-
P3
-
None
-
8u144
-
x86
-
other
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
FXML nodes each have an id, which can be used to point to that node like we have anchors in html. These pointers were working fine for java version 112, but with the current release it is not working properly
REGRESSION. Last worked in version 8u121
ADDITIONAL REGRESSION INFORMATION:
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create a FXML Application, and make it have some fields.
create a button, on click of whose focus should point to any one of the fields.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The focus should be shifted to the field where the pointer is pointing to.
REPRODUCIBILITY :
This bug can be reproduced always.
SUPPORT :
YES
A DESCRIPTION OF THE PROBLEM :
FXML nodes each have an id, which can be used to point to that node like we have anchors in html. These pointers were working fine for java version 112, but with the current release it is not working properly
REGRESSION. Last worked in version 8u121
ADDITIONAL REGRESSION INFORMATION:
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create a FXML Application, and make it have some fields.
create a button, on click of whose focus should point to any one of the fields.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The focus should be shifted to the field where the pointer is pointing to.
REPRODUCIBILITY :
This bug can be reproduced always.
SUPPORT :
YES