http://bugs.winehq.org/show_bug.cgi?id=13308
Summary: comctrl32 listview toggles election while scrolling with ctrl key Product: Wine Version: 1.0-rc1 Platform: PC-x86-64 OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: winehq.10.drkshadow@spamgourmet.com
Created an attachment (id=13169) --> (http://bugs.winehq.org/attachment.cgi?id=13169) patch to call SetItemFocus while scrolling with ctrl down
The comctrl32 listview module will toggle the selection of all items scrolled over when the ctrl key is held down. This is contrary to Windows behavior.
The fix is to check for the control key and set the item if it is down, unless space is pressed, in which case the toggle should be performed.