google-code-export / imsettings

Automatically exported from code.google.com/p/imsettings
GNU Lesser General Public License v2.1
1 stars 0 forks source link

imsettings-applet makes tcl/tk apps missorder input events entered when the apps is busy #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

ok, hard summary, trying to explain how to reproduce:

1.- Start amsn (tcl/tk application)
2.- Start typing on a conversation window
Everything goes normal until...
3.- a popup notification comes on (because for example one of your contacts
got online). This means that the application is realliy busy at that moment
(probably bad code moving the popup window) and cpu intensive
4.- at the same time than (3) type on the conversation window entry
something like "hello my friend"

Result: While the popup is moving no text appear on the text entry, and
after the popup is gone, you get the charaters you typed in the wrong oder,
somethink like "hefrind emy o"

Maybe this is not an specific problem to imsettings-applet but imsettings,
but if I kill imsettings-applet and restart amsn (it dies when killing the
imsettings-applet procress), I still get a delay entering the text with a
popup moving, but the text is entered in the right order.

Original issue reported on code.google.com by fherr...@gmail.com on 13 May 2009 at 2:41

GoogleCodeExporter commented 9 years ago
Thank you for reporting this. can you still reproduce if you turn on a gconf 
key,
/apps/imsettings-applet/sync_on_forward ?

Please try gconftool-2 -t bool -s /apps/imsettings-applet/sync_on_forward true

Original comment by ta...@gnome.gr.jp on 15 May 2009 at 9:12

GoogleCodeExporter commented 9 years ago
Closing this issue because of no responses. please reopen this if you still see 
this issue. thanks.

Original comment by ak...@tagoh.org on 1 Nov 2010 at 9:03