Steps to reproduce:
1. Launched a application or applet with TextArea. http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/FullscreenTextTest.html
2. Type the following three rows text into TextArea.
1111
1111
3.Move the cursor after the first "1" in third row. Refer to attachment
4.Press up arrow button. The cursor will move to the first row directly, which is not correct.
5.Press down arrow button. The cursor cannot move down, which is also incorrect.
Note: After 5 step, If press left and then right, the cursor would be moved down normally via down arrow button.
1. Launched a application or applet with TextArea. http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/FullscreenTextTest.html
2. Type the following three rows text into TextArea.
1111
1111
3.Move the cursor after the first "1" in third row. Refer to attachment
4.Press up arrow button. The cursor will move to the first row directly, which is not correct.
5.Press down arrow button. The cursor cannot move down, which is also incorrect.
Note: After 5 step, If press left and then right, the cursor would be moved down normally via down arrow button.
- relates to
-
JDK-8116002 Clicking on empty space on a line should move caret right behind the last character on the line
-
- Closed
-