-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
jfx19
-
x86_64
-
linux_ubuntu
A DESCRIPTION OF THE PROBLEM :
When making a normal TextField and trying to type some English characters (LTR) then in the middle typing some Arabic characters (RTL) and try to move left/right the cursor doesn't respond at all but when trying to move up/down it correctly moves the to begining/end respectively, Happens with both NodeOrientations and all input orders (LTR then RTL and vice versa)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Make a JavaFX TextField and put it on a root node for a scene on a Stage.
2. Run
3. Type RTL characters (cursor moves correctly).
4. Type LTR characters (cursor not moving).
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Cursor correctly navigates the text with the JavaFX TextField
ACTUAL -
Cursor not moving or navigating the text at all
FREQUENCY : always
When making a normal TextField and trying to type some English characters (LTR) then in the middle typing some Arabic characters (RTL) and try to move left/right the cursor doesn't respond at all but when trying to move up/down it correctly moves the to begining/end respectively, Happens with both NodeOrientations and all input orders (LTR then RTL and vice versa)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Make a JavaFX TextField and put it on a root node for a scene on a Stage.
2. Run
3. Type RTL characters (cursor moves correctly).
4. Type LTR characters (cursor not moving).
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Cursor correctly navigates the text with the JavaFX TextField
ACTUAL -
Cursor not moving or navigating the text at all
FREQUENCY : always