[Bug 9399] Dragon Naturally Speaking 7 "Go" button ignores mouse

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 7 14:34:17 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=9399


Ulrich Czekalla <ulrich.czekalla at utoronto.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ulrich.czekalla at utoronto.ca




--- Comment #2 from Ulrich Czekalla <ulrich.czekalla at utoronto.ca>  2007-11-07 14:34:17 ---
The source of the problem is that the 'Go' button belongs to a different thread
than the top level parent. In order for this to work the wineserver depends on
the threads sharing the same thread input queue. This is setup automatically in
the wineserver when a child window is created from a different thread than its
parent. 

Of course DNS adds a monkey wrench by explicitly detaching itself from the
parents input queue (It calls AttachThreadInput). So it looks we need to handle
a new case inside the wineserver.

Hopefully a fix will be committed soon.  


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list