http://bugs.winehq.org/show_bug.cgi?id=31280
Bug #: 31280 Summary: Right-clicking a listview in a dotnet application doesn't open the context menu Product: Wine Version: 1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: spacejock@gmail.com Classification: Unclassified
I have several dotnet 2.0 applications which I'm trying to run under Wine. (I have the source code, which makes testing easier.)
Each application has one or more listview controls on a form. Under Windows, right-clicking the listview brings up the associated context menu. Under wine, the right click doesn't register.
By that I mean the click event isn't even firing.
I added some code to test the right-click event on other areas of the form, and that works fine. Right-clicking on other controls (e.g. textboxes) works fine. The only issue is that right-clicking on a listview does nothing. If you double-right click an entry in the list, Wine acts as though you double left-clicked.
I've tested this with dotnet 2, dotnet 2SP1 and dotnet2 sp2 under Ubuntu Linux 12.04. I've tried under KDE and Unity/Gnome, just in case it was a WM problem. No difference.