[Mono-bugs] [Bug 79417][Nor] New - ListView: items cannot be deselected while holding CTRL when MultiSelect is true

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Sep 16 10:52:54 EDT 2006


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 gert.driesen at pandora.be.

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: toshok at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list