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
|