-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: fx1.0
-
Component/s: javafx
-
Environment:
Window XP Professional Service Pack 3
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)JavaFX promoted build: b51
TextBox does not show cursor if it is empty.
See screenshots in the APP-548 bug.
TextBox in the sample created with the following code:
TextBox {
selectOnFocus: false
columns: 8
text: bind textcode with inverse
}
See screenshots in the APP-548 bug.
TextBox in the sample created with the following code:
TextBox {
selectOnFocus: false
columns: 8
text: bind textcode with inverse
}