-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
5.0
-
Cause Known
-
x86
-
linux_sun
I have textarea. I am typing 3/4 pages of text in the textarea where couple of lines exceed the width of the textarea and hence brings up the horizontal scrollbar.
1. Now keep the cursor at the end of the text and press 'CTRL + UP arrow'. I expect the cursor to move 1 block up as it does in Motif. Similarly, for CTRL + DOWN, it should move 1 block down. But this does not happen on XToolkit, linux / Soalris.
2. Keep the cursor at the end of the text. Make sure the lengthy line is not visible in the textarea (it should be in one of the previous pages). Press 'CTRL + PGDOWN'. Now the cursor goes somewhere and the whole of textarea becomes empty. This is not occuring on Motif.
This is reproducible on Tiger as well as Mustang. Not reproducible with Motif. Not reproducible on Win32.
I have attached a sample test. Execute the sample test. You would see a textarea. Enter 3/4 pages of text in the textarea and try out the above scenarios.
###@###.### 10/21/04 05:46 GMT
1. Now keep the cursor at the end of the text and press 'CTRL + UP arrow'. I expect the cursor to move 1 block up as it does in Motif. Similarly, for CTRL + DOWN, it should move 1 block down. But this does not happen on XToolkit, linux / Soalris.
2. Keep the cursor at the end of the text. Make sure the lengthy line is not visible in the textarea (it should be in one of the previous pages). Press 'CTRL + PGDOWN'. Now the cursor goes somewhere and the whole of textarea becomes empty. This is not occuring on Motif.
This is reproducible on Tiger as well as Mustang. Not reproducible with Motif. Not reproducible on Win32.
I have attached a sample test. Execute the sample test. You would see a textarea. Enter 3/4 pages of text in the textarea and try out the above scenarios.
###@###.### 10/21/04 05:46 GMT
- relates to
-
JDK-6667140 It is not possible to select the text in a TextArea using Ctrl+A in case of Unix platform
- Closed