Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: JTextArea & JTextField do not send XIM_SET_IC_FOCUS & XIM_UNSET_IC_FOCUS events to XIM server
https://bugzilla.redhat.com/show_bug.cgi?id=462412
Summary: JTextArea & JTextField do not send XIM_SET_IC_FOCUS & XIM_UNSET_IC_FOCUS events to XIM server Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: high Priority: high Component: java-1.6.0-openjdk AssignedTo: langel@redhat.com ReportedBy: shawn.p.huang@gmail.com QAContact: extras-qa@fedoraproject.org CC: mark@klomp.org, langel@redhat.com, lkundrak@v3.sk, fedora-i18n-bugs@redhat.com Estimated Hours: 0.0 Classification: Fedora
Description of problem: JTextArea & JTextField do not send XIM_SET_IC_FOCUS & XIM_UNSET_IC_FOCUS to XIM server. When JTextArea & JTextField work with XIM input methods, it do not set or unset ic focus via XIM protocol. So XIM server can not handle focus for Java application properly. I did not try other java widgets, maybe they have this problem too.
Version-Release number of selected component (if applicable): java-1.6.0-openjdk-demo-1.6.0.0-0.20.b11.fc10.i386 java-1.6.0-openjdk-1.6.0.0-0.20.b11.fc10.i386 java-1.6.0-openjdk-plugin-1.6.0.0-0.20.b11.fc10.i386
How reproducible: Always
Steps to Reproduce: 1. 2. 3.
Actual results: JTextArea & JTextField do not send XIM_SET_IC_FOCUS & XIM_UNSET_IC_FOCUS events to XIM server.
Expected results: JTextArea & JTextField send XIM_SET_IC_FOCUS & XIM_UNSET_IC_FOCUS events to XIM server, when they get or lose focus.
Additional info: