[Mono-bugs] [Bug 580042] ParentChanged Event is not fired when using System.ComponentModel functionality
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 25 11:21:02 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=580042
http://bugzilla.novell.com/show_bug.cgi?id=580042#c1
Ivan Zlatev <ivan at ivanz.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ivan at ivanz.com
Resolution| |FIXED
--- Comment #1 from Ivan Zlatev <ivan at ivanz.com> 2010-02-25 16:21:01 UTC ---
The reason for this was because IList.Add(object) implementation was bypassing
the Control.ControlCollection.Add(Control). I recommend that you cast to
Control.ControlCollection directly instead of working with the IList in the
future as there seem to be a few other quirky things when using IList instead
of Control.ControlCollection directly.
Fixed in trunk in r152483.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list