JDK-6616695 : Provide workarounds for SCIM-XIM bridge bugs
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2007-10-15
  • Updated: 2010-08-05
  • Resolved: 2008-02-20
Related Reports
Relates :  
Description
It's been known that the SCIM-XIM bridge have some bugs that impede text inputs with Java SE. We need to find out how we could get around those SCIM bugs.

Comments
EVALUATION An SCIM patch seems to be available. At least the problem is fixed on Fedora. Closing this CR as "will not fix".
20-02-2008

EVALUATION SCIM-XIM seems to create an XIC with which its associated input method doesn't work. We found out a workaround which is to call XmbResetIC on the XIC which has just been created by XCreateIC(). This change gets around a particular problem with a dialog window. However, there are still some other problems related to multiple XICs.
16-10-2007

EVALUATION Looks like the SCIM-XIM bridge creates incomplete XIC objects which don't handle X events correctly.
15-10-2007

EVALUATION This is definitely not a JDK bug. The input method support on X Window-based systems, such as Solaris and Linux, relies on a proper XIM implementation. We are observing that the SCIM-XIM birdge doesn't handle multiple XICs correctly.
15-10-2007