[Mono-bugs] [Bug 79171][Nor] New - ListView: Columns remain highlighted when focus is lost
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 26 04:26:13 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=79171
--- shadow/79171 2006-08-26 04:26:13.000000000 -0400
+++ shadow/79171.tmp.1578 2006-08-26 04:26:13.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 79171
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ListView: Columns remain highlighted when focus is lost
+
+When ListView.HideSelection is true (default) and there are multiple
+columns in the listview, then all but the first column will remain
+highlighted when focus is lost.
+
+To reproduce:
+
+1. Compile and run the attached source code.
+2. Click the "Miguel de Icaza" listview item.
+3. Click the textbox.
+
+Expected result:
+
+None of the columns of the "Miguel de Icaza" listview item should be
+highlighted.
+
+Actual result:
+
+All but the first column are still highlighted.
More information about the mono-bugs
mailing list