Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6240876

Number pad up & down arrows don't work in XToolkit TextArea

XMLWordPrintable

    • b47
    • x86
    • linux

        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

              osemenovsunw Oleg Semenov (Inactive)
              elarsen Erik Larsen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: