http://bugs.winehq.org/show_bug.cgi?id=25082
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2013-01-27 21:36:49 CST --- (In reply to comment #11)
Got it. Unlike treeview, listview sends WM_CONTEXTMENU to itself, not to parent. After changing that (and notify_click), bug 31280 is fixed as well.
Yeah, it's copy/paste problems from treeview code, NM_RCLICK return value should be reversed and WM_CONTEXTMENU should be sent to self. I'll send fixed version, thanks!