[Mono-bugs] [Bug 80374][Maj] New - listView selection doesn't work correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 27 06:17:38 EST 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 pablosantosluac at terra.es.
http://bugzilla.ximian.com/show_bug.cgi?id=80374
--- shadow/80374 2006-12-27 06:17:38.000000000 -0500
+++ shadow/80374.tmp.23870 2006-12-27 06:17:38.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 80374
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: SLED image, mono 1.2
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: pablosantosluac at terra.es
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: listView selection doesn't work correctly
+
+Description of Problem:
+
+Selection of multiple items in "Details" mode doesn't work correctly. If
+you have several columns, you must select at least two of them to be able
+to perform the operation correctly.
+
+Ok, I will try to detail it a little bit more: normally when you use a
+listview, if you want to select several items, you can click on the
+listview, drag the cursor and see how a rectangle is being drawn,
+selecting as many items as you put "inside" the rectangle. Well, it works
+on Mono provided that you catch at least two columns inside the
+rectangle. If you only "draw" the rectangle through the first column it
+doesn't work.
+
+Steps to reproduce the problem:
+1. Get the attached application.
+2. Click on the View COs label.
+3. Some entries will show up on the list.
+4. Try to select several elements on the "Item" column, taking care that
+your rectangle just goes through the "Item" column.
+
+
+Actual Results:
+When you release the mouse... nothing is selected
+
+Expected Results:
+Elements should be selected.
+
+How often does this happen?
+Always
+
+Additional Information:
+Find attached the demo application plus a Flash video showing the
+behaviour under both .NET/Windows and Mono/Linux
More information about the mono-bugs
mailing list