-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.1, 1.2.2
-
generic
-
generic, solaris_7
It is observed that automatic key repeats on Solaris and NT generate different AWT events.
The following sequence of AWT events are seen on NT:
KeyPressed
KeyTyped
KeyTyped
...
KeyReleased
On Solaris, the sequence was:
KeyPressed
KeyReleased
KeyTyped
KeyPressed
KeyReleased
KeyTyped
...
KeyReleased
Arguable, the NT implementation seems to be the more "correct".
The following sequence of AWT events are seen on NT:
KeyPressed
KeyTyped
KeyTyped
...
KeyReleased
On Solaris, the sequence was:
KeyPressed
KeyReleased
KeyTyped
KeyPressed
KeyReleased
KeyTyped
...
KeyReleased
Arguable, the NT implementation seems to be the more "correct".
- duplicates
-
JDK-4203905 Repeating keys generates different events on win32 vs. Solaris
- Closed