[Mono-bugs] [Bug 78197][Nor] Changed - [PATCH] PropertyGrid lack
font selector
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 11 13:55:19 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=78197
--- shadow/78197 2006-05-11 12:53:06.000000000 -0400
+++ shadow/78197.tmp.30578 2006-05-11 13:55:19.000000000 -0400
@@ -65,6 +65,18 @@
There seems another bug in Font UI editor that it does not return
changed font value (nothing is changed after selecting the Font and
click OK in the FontDialog).
winforms/fontdialog/swf-fontdialog.exe itself works fine (it reflects
the selection).
+
+------- Additional Comments From atsushi at ximian.com 2006-05-11 13:55 -------
+> another bug
+
+Turned out that it was because PropertyGrid depends on
+PropertyDescriptor.OnValueChanged() which was not correctly invoked in
+ReflectionPropertyDescriptor.
+
+Due to this problem, all other property selectors didn't work fine as
+well.
+
+Now it should work (after r60601).
More information about the mono-bugs
mailing list