[Fedora-i18n-bugs] [Bug 554025] Text input in firefox becomes increasingly sluggish; an excessive number of scim messages are observed

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 22 09:48:07 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=554025

--- Comment #6 from Peng Wu <pwu at redhat.com> 2010-01-22 04:48:04 EST ---
Checked code in file gtkimcontextscim.cpp  of scim.

Similar code is found:
  689     // Only use key snooper when use_key_snooper option is enabled and a
gtk main loop is running.
  690     if (_use_key_snooper && !_snooper_installed && gtk_main_level () > 0)
{
  691         SCIM_DEBUG_FRONTEND(2) << "Install key snooper.\n";
  692         _snooper_id = gtk_key_snooper_install
((GtkKeySnoopFunc)gtk_scim_key_snooper, NULL);
  693         _snooper_installed = true;
  694     }

Thanks for the fix.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list