http://bugs.winehq.org/show_bug.cgi?id=4372
------- Additional Comments From batchman@free.fr 2006-22-01 09:48 ------- ok i accidently submitted my bug, let's continue by description :
if we want to drag thoses multiples items, the instant we begin pressing the left mouse button on one of the selected lines, the selection is lost, and it will only drag one item
the problem is that LISTVIEW_LButtonDown can't recognize a ''unselect everything but my line'' of a ''drag my selection'' immediatly
windows' does this like that : if we have a listview with multiple lines selected, and we click on one of the lines : - if the line was not selected, it will be selected at once - if the line is selected, then Windows will wait for a WM_LBUTTONUP before selecting everything but the line
a little annoying ...