http://bugs.winehq.org/show_bug.cgi?id=8373
Summary: NM_RCLICK returns random garbage in NMMOUSE dwItemSpec / uTorrent example Product: Wine Version: 0.9.36. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: citizenr@gmail.com
http://msdn2.microsoft.com/en-us/library/ms650650.aspx
Ryan Norton/BitTorrent Developer:
The problem with the right-click on the download/upload on the status bar is that the dwItemSpec member of the NMMOUSE structure wine sends on the status bar's NM_RCLICK event does not contain the expected value. On Windows it is the part number the user clicked on (zero-based index), but Wine sends a number for it that I don't know where it got the value for - i.e. appears the same for several of the status bar parts and sometimes even (randomly?) changes each time.
How to confirm: -download http://utorrent.com -run utorrent -right click on status bar DHT part, you will see sheduler/DHT menu -right click on status bar download/upload speed part, you will see sheduler/ DHT menu, but in windows you will get download/upload menu