[Bug 4372] listview: cannot drag several items

Wine Bugs wine-bugs at winehq.org
Sun Jan 22 09:48:05 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4372





------- Additional Comments From batchman at 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 ...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list