Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79417 --- shadow/79417 2006-09-16 10:52:54.000000000 -0400 +++ shadow/79417.tmp.32643 2006-09-16 10:52:54.000000000 -0400 @@ -0,0 +1,37 @@ +Bug#: 79417 +Product: Mono: Class Libraries +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ListView: items cannot be deselected while holding CTRL when MultiSelect is true + +When MultiSelect is true, one should be able to deselect items while +holding the CTRL key. + +To reproduce: + +1. compile the attach repro. +2. run it. +3. hold CTRL and select all three items. +4. hold CTRL and click all three items again. + +Expected result: + +After step 3, all items are selected. +After step 4, none of the items should be selected. + +Actual result: + +After step 3, all items are selected. +After step 4, all items are still selected. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
