[Bug 9369] New: cannot use context menu in password gorilla
http://bugs.winehq.org/show_bug.cgi?id=9369 Summary: cannot use context menu in password gorilla Product: Wine Version: CVS Platform: PC URL: http://www.fpx.de/fp/Software/Gorilla/ OS/Version: Linux Status: UNCONFIRMED Keywords: download, source Severity: minor Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: thestig(a)google.com Password gorilla is a cross platform app written in tcl/tk, but I tried the Windows version anyway. For all items in a password file, it is possible to right-click to bring up the context menu, but clicking on the menu items in the context menu makes the context menu disappear without taking the selected action. -- 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=9369 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2007-08-26 14:07:20 --- Confirmed in wine 0.9.44, kubuntu gusty. -- 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=9369 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-03-29 05:59:26 --- http://www.fpx.de/fp/Software/Gorilla/download/gorilla-1.4.exe Still present in git. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-12-02 07:41:30 --- Still present in git. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-01-15 10:53:28 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If still present, update version field to earliest known version of wine that had this bug. Thanks! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.43. --- Comment #5 from Lei Zhang <thestig(a)google.com> 2009-01-15 12:26:20 --- Still present in git. You can even highlight with the mouse and press enter to activate the context menu items, it's only clicking that doesn't work. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 Peter Dons Tychsen <donpedro(a)tdcadsl.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |donpedro(a)tdcadsl.dk --- Comment #6 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2010-01-06 19:49:34 --- I have traced this bug to ReleaseCapture() which is spuriously called by the app when the RMB is release while popup menu is open. As there is a bug in ReleaseCapture() and SetCapture() then this causes focus to get lost. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 --- Comment #7 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2010-01-06 19:50:34 --- The bug is that these two calls should not be allowed at all when menus are open. I have put together a patch and tests that i will submit. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 --- Comment #8 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2010-01-06 20:35:13 --- Patch submitted to wine-patches -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 --- Comment #9 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2010-01-16 08:42:26 --- fixed by http://source.winehq.org/git/wine.git/?a=commit;h=d21c131fb543cd3c43632821dc... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 --- Comment #10 from Peter Dons Tychsen <donpedro(a)tdcadsl.dk> 2010-01-16 08:43:24 --- Could someone please test and set to FIXED? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Lei Zhang <thestig(a)google.com> 2010-01-19 18:55:59 --- Works for me with today's wine-git. Thanks for fixing this bug. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9369 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2010-01-22 11:01:35 --- Closing bugs fixed in 1.1.37. -- 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