JDK-4496099 : Neither key does not work under czech locale
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.3.1
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: linux_2.2
  • CPU: x86
  • Submitted: 2001-08-24
  • Updated: 2006-01-16
  • Resolved: 2006-01-16
Related Reports
Relates :  
Description
Tested on Linux Redhat 6.2. JDK:
java -version:
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

I set czech keyboard via command:
setxkbmap -symbols czsk(us_cz_qwerty)
and runned Forte for Java (3.0) with "cs_CZ" locale (I also runned simply JEditorPane application, the results were the same).

I was able to use national characters, but when I set "numlock" to true, I was not able to use <Enter> key under Java (that means inserting new line). It was OK in native applications (gEdit and vim), but my test application reports that any enter produces Alt+Enter keystroke.

Comments
EVALUATION Fixed under 4360364 umbrella.
16-01-2006

EVALUATION Another odd problem with keyboards. I've seen somewhat similar problems with German keyboards (see 4486400). We fixed a number of keyboard problems in 1.4, so I wonder if this happens in 1.4 as well. ###@###.### 2001-08-25
25-08-2001