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@winehq.org ReportedBy: dank@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.
http://bugs.winehq.org/show_bug.cgi?id=9399
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |susancragin@earthlink.net Severity|enhancement |normal
http://bugs.winehq.org/show_bug.cgi?id=9399
Maarten Lankhorst M.B.Lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |M.B.Lankhorst@gmail.com
--- Comment #1 from Maarten Lankhorst M.B.Lankhorst@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.
http://bugs.winehq.org/show_bug.cgi?id=9399
Ulrich Czekalla ulrich.czekalla@utoronto.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ulrich.czekalla@utoronto.ca
--- Comment #2 from Ulrich Czekalla ulrich.czekalla@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.
http://bugs.winehq.org/show_bug.cgi?id=9399
--- Comment #3 from Ulrich Czekalla ulrich.czekalla@utoronto.ca 2007-11-08 08:45:29 --- This should be fixed by;
http://source.winehq.org/git/wine.git/?a=commit;h=93938ebe5eecf0ad6be5bed177...
http://bugs.winehq.org/show_bug.cgi?id=9399
--- Comment #4 from Susan Cragin susancragin@earthlink.net 2007-11-08 10:25:20 --- As Ulrich said, this is fixed by today's git. I just tested it.
http://bugs.winehq.org/show_bug.cgi?id=9399
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Lei Zhang thestig@google.com 2007-11-08 10:32:00 --- marking it as fixed then
http://bugs.winehq.org/show_bug.cgi?id=9399
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel dank@kegel.com 2007-11-29 12:59:29 --- Should be fixed in 0.9.49.
http://bugs.winehq.org/show_bug.cgi?id=9399
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified