[Mono-bugs] [Bug 74642][Wis] New - Discrepancy between MS/Mono with TypeDescriptor::GetProperties (object, Attribute [])
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 15:38:30 -0400 (EDT)
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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74642
--- shadow/74642 2005-04-17 15:38:30.000000000 -0400
+++ shadow/74642.tmp.4411 2005-04-17 15:38:30.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 74642
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jackson@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Discrepancy between MS/Mono with TypeDescriptor::GetProperties (object, Attribute [])
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+With MS .Net the following test case prints three properties. On Mono none
+are printed. Based on my understanding Mono is correct. This discrepancy
+causes problems with winforms databinding though.
+
+Actual Results:
+nothing is printed
+
+Expected Results:
+property: Simbol
+property: Descripcio
+property: DescripcioLlarga
+
+
+How often does this happen?
+Always
+
+Additional Information:
+Docs on this method:
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemcomponentmodeltypedescriptorclassgetpropertiestopic3.asp