[Bug 13308] New: comctrl32 listview toggles election while scrolling with ctrl key

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 19 03:03:03 CDT 2008


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 at winehq.org
        ReportedBy: winehq.10.drkshadow at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list