Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2128016 | 5.0u6 | Oleg Semenov | P4 | Resolved | Fixed | b03 |
Bug Description: OPERATING SYSTEM(S):
Linux ia32
FULL JDK VERSION(S):
build 1.5.0_03-b05
DESCRIPTION:
Run the following TATest testcase
(by default on Linux it should run with XToolkit)
Type several lines into the text area and then use the arrow
keys on the number pad to move around. Left and right work
but up and down do not.
import java.awt.Frame;
import java.awt.TextArea;
public class TATest extends Frame {
TATest() {
add(new TextArea());
pack();
show();
}
public static void main(String [] args) {
TATest tat = new TATest();
}
}
###@###.### 2005-03-15 16:19:23 GMT
Linux ia32
FULL JDK VERSION(S):
build 1.5.0_03-b05
DESCRIPTION:
Run the following TATest testcase
(by default on Linux it should run with XToolkit)
Type several lines into the text area and then use the arrow
keys on the number pad to move around. Left and right work
but up and down do not.
import java.awt.Frame;
import java.awt.TextArea;
public class TATest extends Frame {
TATest() {
add(new TextArea());
pack();
show();
}
public static void main(String [] args) {
TATest tat = new TATest();
}
}
###@###.### 2005-03-15 16:19:23 GMT
- backported by
-
JDK-2128016 Number pad up & down arrows don't work in XToolkit TextArea
-
- Resolved
-