[Mono-bugs] [Bug 78454][Nor] New - assorted ListView bugs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 19 02:21:00 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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78454

--- shadow/78454	2006-05-19 02:21:00.000000000 -0400
+++ shadow/78454.tmp.21758	2006-05-19 02:21:00.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 78454
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mkestner at ximian.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: assorted ListView bugs
+
+On running swf-listview-items.exe I hit some problems:
+
+1. Headers not drawn on "Details" view. They might be just hidden.
+
+2. Clicking icons or item names does not change checkbox selection state.
+
+3. Clicking checkbox changes its checkbox line width.
+
+4. FullRowSelect does not work.
+
+5. When it lost focus, selected items should be redrawn like unselected
+state. When it got focus, it should draw its selection.
+
+6. The size of the dash rectangle for the selected items does not match the
+actual location of the item.
+
+
+I also noticed another behavioral difference which wouldn't actually be a
+problem, anyways:
+
+7. On Details view without headers (they aren't drawn though), items do not
+have to be drawn. .NET draws nothing on the list. We draw icons and main
+items (subitems are not drawn). My guess is that without any header columns
+.NET won't draw anything.


More information about the mono-bugs mailing list