-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.2
-
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
================================================================================
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
================================================================================