[Mono-bugs] [Bug 81205][Nor] Changed - ListViewItem constructor doesn't create subitems
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 26 21:14:14 EDT 2007
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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81205
--- shadow/81205 2007-03-24 18:09:51.000000000 -0500
+++ shadow/81205.tmp.1859 2007-03-26 20:14:14.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 81205
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: calberto.cortez at gmail.com
ReportedBy: bugzilla at woy.nl
QAContact: mono-bugs at ximian.com
@@ -22,6 +22,9 @@
ListViewItem item = new ListViewItem( new string[3] );
Assert( item.SubItems.Count == 3 );
On MS Windows forms this is true on the mono framework this is false.
Probably null elements are ignored by mono but not by MS
+
+------- Additional Comments From unserkonig at gmail.com 2007-03-26 20:14 -------
+Fixes in SVN.
More information about the mono-bugs
mailing list