[Bug 9399] New: Dragon Naturally Speaking 7 "Go" button ignores mouse
http://bugs.winehq.org/show_bug.cgi?id=9399 Summary: Dragon Naturally Speaking 7 "Go" button ignores mouse Product: Wine Version: CVS Platform: Other URL: http://scansoft.com OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Created an attachment (id=7712) --> (http://bugs.winehq.org/attachment.cgi?id=7712) Window with broken 'Go' button The button to start training ignores the mouse, and you have to use the keyboard to activate it. To repeat: rm -rf .wine winetricks fakeie6 wine /media/cdrom/autorun.exe (and do default install) cd ~/".wine/drive_c/Program Files/ScanSoft/NaturallySpeaking" wine Program/natspeak.exe Go through the microphone volume and quality checks. The problem occurs in the New User Wizard in the screen with text "Train Dragon NaturallySpeaking Click Go and then read the following sentence aloud." (See screenshot.) The problem is: the Go button ignores all mouse clicks. You have to use the keyboard shortcut alt-G to activate it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |susancragin(a)earthlink.net Severity|enhancement |normal -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |M.B.Lankhorst(a)gmail.com --- Comment #1 from Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> 2007-09-26 12:42:53 --- For whatever reason, there is indeed a window in the middle of the screen, it prevents the go button from working. If you hover the mouse over the go button and try to click it, it will think the window currently doesn't have active focus and discards the message. I will need to do more investigation on this, though. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 Ulrich Czekalla <ulrich.czekalla(a)utoronto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ulrich.czekalla(a)utoronto.ca --- Comment #2 from Ulrich Czekalla <ulrich.czekalla(a)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.
http://bugs.winehq.org/show_bug.cgi?id=9399 --- Comment #3 from Ulrich Czekalla <ulrich.czekalla(a)utoronto.ca> 2007-11-08 08:45:29 --- This should be fixed by; http://source.winehq.org/git/wine.git/?a=commit;h=93938ebe5eecf0ad6be5bed177... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 --- Comment #4 from Susan Cragin <susancragin(a)earthlink.net> 2007-11-08 10:25:20 --- As Ulrich said, this is fixed by today's git. I just tested it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Lei Zhang <thestig(a)google.com> 2007-11-08 10:32:00 --- marking it as fixed then -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2007-11-29 12:59:29 --- Should be fixed in 0.9.49. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9399 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org