[Mono-bugs] [Bug 552098] New: X Input Context is changed AFTER OnEnter Event is fired
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 3 04:40:28 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=552098
Summary: X Input Context is changed AFTER OnEnter Event is
fired
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: tim_armstrong at sil.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3)
Gecko/20090824 Firefox/3.5.3
In developing software for linguistic applications our team recently developed
a patch for the SCIM input method manager that allows us to programmatically
change the selected Input Method (IM). The key idea is that when a user
switches from a textbox that expects English input to, say, a textbox that
expects Thai, the Input Method is automatically switched.
Naturally we do this switch in the OnEnter eventhandler. Unfortunately, it
seems that the X Input Context is switched AFTER the OnEntry event is fired. As
a result we end up switching the IM for the previous context (ie the English
textbox) rather than the new one (ie the Thai textbox).
Reproducible: Always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list