Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 56324

Summary: xchat 2.0.10 cjk preedit string bug patch..
Product: Gentoo Linux Reporter: Jung Tae-young <master>
Component: New packagesAssignee: Packages in net-irc <net-irc>
Status: RESOLVED TEST-REQUEST    
Severity: enhancement CC: cjk, gnome
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: net-irc/xchat/xchat-2.0.10-r1.ebuild
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch

Description Jung Tae-young 2004-07-07 06:14:41 UTC
There's preedit string bug in nick completion(or channel completion) with tab..



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jung Tae-young 2004-07-07 06:15:35 UTC
Created attachment 34908 [details]
net-irc/xchat/xchat-2.0.10-r1.ebuild
Comment 2 Jung Tae-young 2004-07-07 06:16:24 UTC
Created attachment 34909 [details, diff]
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch

here's the patch for the bug..
Comment 3 foser (RETIRED) gentoo-dev 2004-07-12 07:34:25 UTC
net-irc takes most care of xchat lately
Comment 4 Sven Wegener gentoo-dev 2004-07-18 16:56:53 UTC
Which bug does this patch exactly fix?
Comment 5 Jung Tae-young 2004-07-18 19:45:32 UTC
In cjk environment.. we need more than one input to make one CJK character..

so Input Module has pre-edit buffer to save incomplete character..
thus gtk_entry_get_text miss the last character (it's completed when typed tab..)

to avoid missing the last character, we need force IM context reset to commit the pre-edit string to gtk_entry_buffer..





Comment 6 Sven Wegener gentoo-dev 2004-07-23 16:26:23 UTC
As you're the reporter of the upstream bug report at
http://sourceforge.net/tracker/index.php?func=detail&aid=986958&group_id=239&atid=100239
you already received zed's reply. I'm waiting for his decision how to fix this.
Comment 7 Jung Tae-young 2004-07-31 00:24:44 UTC
here is zed's new patch :D

Comment 8 Jung Tae-young 2004-07-31 00:26:04 UTC
Created attachment 36503 [details, diff]
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch

zed's new patch
Comment 9 Sven Wegener gentoo-dev 2004-07-31 05:34:32 UTC
Commited to CVS, please test.