Patch 15 has been pushed (https://github.com/mono/mono/commit/2f9c820c7ee1063d9fabcb2410b57843c17cb926). Thanks!
Steven Boswell II wrote > > Wow...that is totally bizarre. I swear that working for me yesterday. I > can't get it to work now. > Either I was in an evil parallel universe yesterday...or I am now. > Oh well. I'll let you know if I figure it out. > > In the meantime, here's a fix for a bug I just noticed today. If the > currently-selected item of a drop-down-list-style ComboBox is modified, > and the text selection is anything but the entire item, the combo-box's > text box is updated improperly. Enclosed is the unit test, patch, and > project, as usual. > > Steven Boswell > > > ________________________________ > From: Stifu <stifu@> > To: [email protected] > Sent: Tuesday, July 24, 2012 10:53 PM > Subject: Re: [Mono-dev] Patches for mono-winforms > > The TableLayoutPanelTest2 project works properly without patching Mono. No > errors, same rendering as .NET. > > http://mono.1490590.n4.nabble.com/file/n4650550/mono_tablelayout2.png > mono_tablelayout2.png > > > Steven Boswell II wrote >> >> Enclosed is bug fix #2 of 3 for TableLayoutPanel. >> >> http://msdn.microsoft.com/en-us/library/ms171690.aspx says that, when the >> panel's AutoSize property is set to true, that Percent-style columns get >> treated like AutoSize-style columns with regard to the widest child >> control in the column. Mono didn't do that; it does now. >> >> >> Enclosed is a zip archive with a patch, a unit test, and a project. As >> usual, apply the unit test, watch it fail, apply the patch, watch the >> unit >> test succeed, and use the project to verify equivalent behavior under >> .NET >> and MS Windows. > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-devel-list > -- View this message in context: http://mono.1490590.n4.nabble.com/Patches-for-mono-winforms-tp4650546p4650588.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
