[Mono-bugs] [Bug 648403] SplitContainer does not implement ISupportInitialize

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 16 19:19:27 UTC 2012


https://bugzilla.novell.com/show_bug.cgi?id=648403

https://bugzilla.novell.com/show_bug.cgi?id=648403#c8


Erik Ylvisaker <eylvisaker at physics.ucdavis.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eylvisaker at physics.ucdavis.
                   |                            |edu

--- Comment #8 from Erik Ylvisaker <eylvisaker at physics.ucdavis.edu> 2012-03-16 19:19:25 UTC ---
If I browse the source on github, I see that the missing interface has been
implemented. (See here:
https://github.com/mono/mono/blob/master/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs
)  

Also, the date on the file says that the patch that fixed this bug was
committed 11 months ago, so roughly April of 2011. However this does not seem
to have made its way into the Mono distribution. If I look at the source code
for 2.10.8-1 (downloaded from here:
http://download.mono-project.com/sources/mono/mono-2.10.8.1.tar.gz ) this
change is not there; the SplitContainer source code does not implement
ISupportInitialize. Also, 2.10.9 does not have the same change made. Is this
just an oversight or is there really such a long time for a minor bug-fix patch
to make its way from the repo to release?

-- 
Configure bugmail: https://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