-
Bug
-
Resolution: Fixed
-
P2
-
1.1, 1.2.0
-
1.1.8
-
x86, sparc
-
solaris_2.5.1, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017244 | 1.2.2 | Eric Hawkes | P2 | Resolved | Fixed | 1.2.2 |
I got the following bug report. I've included the text of
the report more or less as sent.
-------------------------------------------------------------
Forward:
we fixed a problem with the French keyboard layout, and when I discovered
the problem, it also turned out to be the cause of two other problems:
Keypad '+' was coming up as '='
Caps lock was not working properly.
> In ...src/unix/sun/canvas.c XK_KP_3 is being mapped to the character
>'3'. Somewhere Java detects if a French keyboard is being used. If so,
>it maps keypad 3 (i. e. XK_KP_3) to the character comma (or single quote?)
>which shares the key with the integer 3. (In American keyboards the key
>for the integer 3 is shared by the pound # character)
> So we have a key mapping confusion in Java for the French keyboard.
the report more or less as sent.
-------------------------------------------------------------
Forward:
we fixed a problem with the French keyboard layout, and when I discovered
the problem, it also turned out to be the cause of two other problems:
Keypad '+' was coming up as '='
Caps lock was not working properly.
> In ...src/unix/sun/canvas.c XK_KP_3 is being mapped to the character
>'3'. Somewhere Java detects if a French keyboard is being used. If so,
>it maps keypad 3 (i. e. XK_KP_3) to the character comma (or single quote?)
>which shares the key with the integer 3. (In American keyboards the key
>for the integer 3 is shared by the pound # character)
> So we have a key mapping confusion in Java for the French keyboard.
- backported by
-
JDK-2017244 Key mapping in TextAreas & TextFields on Solaris
-
- Resolved
-
- relates to
-
JDK-4308606 wrong numeric key mapping with french keyboard (azerty)
-
- Resolved
-
-
JDK-4103229 some keys on the numpad do not work correctly when NumLock is off (Solaris)
-
- Resolved
-
-
JDK-4220304 Alt-Graph + key fail to display euro or any other symbol on 2.5.1 OpenWin.
-
- Closed
-