-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
x86
-
windows_2000
Filed By : SCA JCK team (###@###.###)
JDK : 1.5 (build b45)
JCK : 1.5
Platform[s] : Windows 2000 5.0 (x86)
switch/Mode :
JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto
Failing Test[s] : api/java_awt/interactive/event/EventTests.html#EventTest0019
Problem description
===================
The failing test interactively requests the user to type in a-z, A-Z, and
0-9. It verifies that the expected key events occur for each of
of the keys typed by the user.
The test passes on Windows 2000 with Tiger build b41, and fails on Windows
2000 as of Tiger build b42.
The attached program (KeyEventsTest1.java) can be used to recreate this
failure.
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/event/EventTests.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/event/KeyEventsTest1.java
How to reproduce:
=================
Run the attached program (KeyEventsTest1.java).
With Tiger build b41, the user is successfully able to type in
a-z, A-Z, and 0-9.
As of Tiger build b42, the test reports key event failure when the user
attempts to type a key.
======================================================================
- duplicates
-
JDK-5013984 regression: Java IM not working on Windows platforms
- Closed