-
Bug
-
Resolution: Fixed
-
P5
-
1.4.2
-
None
-
07
-
sparc
-
solaris_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2057645 | 1.4.2 | Eric Hawkes | P5 | Resolved | Fixed | mantis |
On Windows, pressing the escape key results in a KEY_TYPED event, but on
Solaris it does not. Escape is Unicode character 001B (27), so it should
produce a KEY_TYPED event.
On Linux, it fires a KEY_TYPED event.
Solaris it does not. Escape is Unicode character 001B (27), so it should
produce a KEY_TYPED event.
On Linux, it fires a KEY_TYPED event.
- backported by
-
JDK-2057645 Escape key does not fire a KEY_TYPED event on Solaris
- Resolved