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

HOME key on keypad does not work under Solaris in TextArea

XMLWordPrintable

    • other, sparc
    • solaris_2.6



      Name: keC81026 Date: 04/03/99



      HOME key on keypad does not work under Solaris in TextArea

      to reproduce
              1. compile and run TestCase.java
              2. enter the text area
              3. Press "HOME", notice, that it works
              4. Press "HOME" on NumPad, under and note that it does not work

      ====================== TestCase.java ===================================
      import java.awt.*;

      class TestCase {

       public static void main( String argv[] ) {
              Frame f = new Frame();
              f.setLayout( new BorderLayout() );
              f.add(new TextArea("This is the test") );
              f.pack();
              f.resize( f.getPreferredSize() );
              f.show();
       }

      }
      =========================================================================


      ======================================================================

            ehawkessunw Eric Hawkes (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: