[Mono-bugs] [Bug 82297][Nor] New - PropertyGrid: Properties cannot have name that matches category

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 2 17:23:33 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 gert.driesen at pandora.be.

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

--- shadow/82297	2007-08-02 17:23:33.000000000 -0400
+++ shadow/82297.tmp.5403	2007-08-02 17:23:33.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 82297
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: PropertyGrid: Properties cannot have name that matches category
+
+ProprtyGrid currently does not support properties wit a name that matches 
+a category.
+
+This is because we do not filter out CategoryGridEntry instances when 
+we're actually interested in property-backed grid entries.
+
+Rolf committed a fix for an NRE reported as part of bug #82289, but that 
+only hides the initial NRE.
+
+To reproduce:
+1. compile and run the attached code snippet.
+2. follow the on-screen instructions.


More information about the mono-bugs mailing list