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.
http://bugs.winehq.org/show_bug.cgi?id=13308
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #1 from Austin English austinenglish@gmail.com 2008-05-19 10:59:12 --- Please add a conformance test to show your patch is correct, and submit to wine-patches@winehq.org
http://bugs.winehq.org/show_bug.cgi?id=13308
--- Comment #2 from Austin English austinenglish@gmail.com 2008-11-16 18:28:33 --- Ping.
http://bugs.winehq.org/show_bug.cgi?id=13308
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-03-12 15:09:53 --- (In reply to comment #2)
Ping.
Pong. Hi, Austin. Not sure but maybe this helped: http://source.winehq.org/git/wine.git/?a=commit;h=24dc6600fccf13b41ae035ea61...
Anyway I can't reproduce this with 7zip file manager (multiselect listview).
http://bugs.winehq.org/show_bug.cgi?id=13308
--- Comment #4 from Austin English austinenglish@gmail.com 2009-03-12 17:31:13 --- (In reply to comment #3)
(In reply to comment #2)
Ping.
Pong. Hi, Austin. Not sure but maybe this helped: http://source.winehq.org/git/wine.git/?a=commit;h=24dc6600fccf13b41ae035ea61...
Anyway I can't reproduce this with 7zip file manager (multiselect listview).
So, fixed? Reporter, could you confirm?
http://bugs.winehq.org/show_bug.cgi?id=13308
--- Comment #5 from DrkShadow winehq.10.drkshadow@spamgourmet.com 2009-03-13 18:21:04 --- Yes, the commit fixes it... though I'm surprised it was allowed; it seems like a lot was changed. Do compare the attached patch.
http://bugs.winehq.org/show_bug.cgi?id=13308
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2009-03-13 18:52:20 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=13308
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2009-03-27 13:50:28 --- Closing bugs fixed in 1.1.18.