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

VK_STOP key on Solaris generates wrong Key Code

XMLWordPrintable

    • b78
    • sparc
    • solaris

      ISSUE 1:

      VK_STOP key on solaris generates VK_CANCEL key code. The bug exists in jdk 1.4 (fcs build) and Mantis b08.

      Steps to reproduce:
      1. Compile and run the attached test.java program on Solaris.
      2. Click on the frame to get the Focus.
      3. Press and release 'STOP' key.
      4. Generates key code for CANCEL(Key Code: 3, Key: CANCEL).

      Expected output:

      Should generate Key Code: 65480, Key: STOP.

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


      ISSUE 2:

      VK_COMPOSE key on solaris does not generate Key Pressed Event. The bug exists ob jdk 1.4 (fcs build) and Mantis b08.

      Steps to reproduce:
      1. Compile and run the attached test.java program on Solaris.
      2. Click on the frame to get the Focus.
      3. Press and release 'Compose' key.
      4. Generates just Key Released Event.

      Expected output:

      Should generate Key Pressed Event also.


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

      This bug (both ISSUE 1 and ISSUE 2) exists on Solaris 9 with GNOME window manager.

      ###@###.### 2002-12-04
      ================================================================================

            yan Yuri Nesterenko
            asamjisunw Aruna Samji (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: