https://bugzilla.novell.com/show_bug.cgi?id=357155
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=357155#c6 --- Comment #6 from Eric Albright <[EMAIL PROTECTED]> 2008-02-04 00:32:40 MST --- After looking into this some more, I find that the behavior I described is actually the behavior that MS .Net has. When a control is added to a parent and the control has not had its Font property explicitly set, OnFontChanged is triggered and this changes the font of the RichTextBox. So the RTF property has to be assigned after the parent (or indeed all the ancestors) have been assigned. The reason I didn't see this behavior on .Net is that setting the Focus to the outer control, did not set focus to an inner control which would have refreshed my RichTextBox. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
