After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 119075 - gtk xim goes into an event loop
gtk xim goes into an event loop
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Input Methods
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Hidetoshi Tajima
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-08-04 11:53 UTC by Botond Botyanszki
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (1.02 KB, patch)
2003-08-04 11:58 UTC, Botond Botyanszki
none Details | Review

Description Botond Botyanszki 2003-08-04 11:53:14 UTC
The XIM input module goes into an event loop on some keyevents if it's used
as a filter in a key_press signal handler.

see also http://bugs.gentoo.org/show_bug.cgi?id=24657#c6

I'm attaching a testcase.
Comment 1 Botond Botyanszki 2003-08-04 11:58:30 UTC
Created attachment 18891 [details] [review]
testcase
Comment 2 Owen Taylor 2003-08-05 19:05:50 UTC
Not legal code: you are doing somethign that is going to 
get the input method called multiple times for a single
key press.