http://bugs.winehq.org/show_bug.cgi?id=4338
Summary: List control: multi-edit selection problem in one app Product: Wine Version: 0.9.5. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: burnus@gmx.de
I have a multi-edit selection problem in a list in Origin; using Wine's regedit (which has also a multi-select listview) this does not occure.
In Origin this is a pretty normal list (one column, no header). Under Windows a click (w/o ctrl/shift simply selects one item; Under Wine it looks ok if you click once. Or if you click on an item below the currently selected one. But if you click upwards, it behaves as if you have had pressed "ctrl". If you click then a lower item (above the lowest), it de-selects all above the current one.
I tried WINEDEBUG=+listview, but seemingly this is not the right debug channel. Any ideas?