-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b40
-
x86
-
linux
Regression: NO
Package: J2SE, JRE
Version: mustang
Locale: cs_CZ
Description:
The Czech keyboard doesn't work well in Java applications on Linux. Key '5' should write char \u0159 (r caron) and Shift+5 should write \u0035 (five). But the Shift+5 doesn't write nothing in Java applications. The same problem
have Shift+2, Shift+3, ... Shift+6. The key 2-6 without shift works well. Other keys works well too.
Shift+2 ... Shift+6 are standard way to insert chars 2...6 on Czech keyboard.
Configurations:
RHAS3.0, Debian and Gentoo linux distributions
Test Suite(s): Notepad.jar
Reproduce Step(s):
- install the OS and java
- switch language and keyboard to Czech
- run 'java -jar Notepad.jar'
- press Shift+5 (Shift and '5' on alphanumeric keyboard together)
-> insert nothing to java application
(try the key on gnome-terminal for example ...)
Reproducible in previous releases(s)?
yes, 1.4.2, 1.5.0
###@###.### 2005-2-04 14:18:25 GMT
Package: J2SE, JRE
Version: mustang
Locale: cs_CZ
Description:
The Czech keyboard doesn't work well in Java applications on Linux. Key '5' should write char \u0159 (r caron) and Shift+5 should write \u0035 (five). But the Shift+5 doesn't write nothing in Java applications. The same problem
have Shift+2, Shift+3, ... Shift+6. The key 2-6 without shift works well. Other keys works well too.
Shift+2 ... Shift+6 are standard way to insert chars 2...6 on Czech keyboard.
Configurations:
RHAS3.0, Debian and Gentoo linux distributions
Test Suite(s): Notepad.jar
Reproduce Step(s):
- install the OS and java
- switch language and keyboard to Czech
- run 'java -jar Notepad.jar'
- press Shift+5 (Shift and '5' on alphanumeric keyboard together)
-> insert nothing to java application
(try the key on gnome-terminal for example ...)
Reproducible in previous releases(s)?
yes, 1.4.2, 1.5.0
###@###.### 2005-2-04 14:18:25 GMT
- relates to
-
JDK-5057184 regression: direct input of ISO-8859-2 diacriticals fail on Linux
- Closed
-
JDK-4360364 Cyrillic input isn't supported under JRE 1.2.2 & 1.3 for Linux
- Resolved