Please apply patch to SCIM for Java clients
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SCIM |
Unknown
|
Unknown
|
|||
scim (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: scim
SCIM is not working properly when it's using on Java client e.g. NetBeans IDE.
This problem happens on Ubuntu, but does not happen on Fedora Core
because Fedora is applying a patch to SCIM.
For example, I'm using SCIM-Anthy in Japanese locale.
When you create input field of dialog, then
1. open dialog
2. CTRL+SPACE
3. input something (ex, nihonn + SPACE)
4. close dialog
5. open dialog
6. CTRL+SPACE
7. input something (ex, nihonn + SPACE)
8. I see the uncommitted texts underlined waiting to be comitted. They're not disappearing.
It's same behavior on JDK5 and JDK6, which are being provided through apt package manager.
Java is using XIM, it seems that problem exists in SCIM XIM frontend. This problem does not
happen on Fedora Core, because they applied the patch to SCIM. Could you please
apply this patch to SCIM of Ubuntu? Now many folks are using NetBeans IDE on Ubuntu,
it's great, but this issue is really serious for Japanese users. I'm actually getting many inquiries
and complaints for this issue.
scim_x11_
--- scim-1.
+++ scim-1.
@@ -1094,7 +1094,8 @@
// If the ic is not focused, then return.
if (!is_focused_ic (ic)) {
- ims_set_
+// ims_set_
+ return 1;
}
XKeyEvent *event = (XKeyEvent*) &(call_
On Wed, Dec 26, 2007 at 03:35:01PM -0000, Masaki wrote:
> Binary package hint: scim
>
> SCIM is not working properly when it's using on Java client e.g.
> NetBeans IDE.
>
> This problem happens on Ubuntu, but does not happen on Fedora Core
> because Fedora is applying a patch to SCIM.
Why is this patch not sent to upstream? Or did I miss it?
Ming
2008.02.04