[Mono-bugs] [Bug 79829][Blo] Changed - PropertyGrid NullReferenceException with Collection based property

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 9 01:23:20 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 toshok at ximian.com.

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

--- shadow/79829	2006-11-07 16:34:02.000000000 -0500
+++ shadow/79829.tmp.21027	2006-11-09 01:23:20.000000000 -0500
@@ -53,6 +53,22 @@
 * Items of collection-based property are not displayed
 * On load, first item should be semi-selected (not really selected)
 * Resizing form (wider) results in vertical bars on toolbar of 
 propertygrid
 
 I'll submit separate bug reports for these issues later this week.
+
+------- Additional Comments From toshok at ximian.com  2006-11-09 01:23 -------
+i've committed some stuff tonight:
+
+1. Arrays should be shown properly with their elements listed in index
+order.  which collections are you having problems displaying?  got a
+test case?  If you mean the ReferencePath stuff from the test case
+attached, it's because we don't support modifying subitems of
+collection properties (yet).
+2. ReadOnlyAttribute support was missing from System.ComponentModel. 
+Fixed it there (and added a test).
+3. The first item is now selected (it's not always the first property
+item, sometimes it's the first item at all, in the case of a merged
+list.)  added some unit tests for this.
+4. The toolbar droppings on resize is definitely a problem.  But a
+cosmetic one.


More information about the mono-bugs mailing list