[Mono-dev] 2 Small patches related to bug #78533

Alexandre Miguel Pedro Gomes alexmipego at gmail.com
Tue Apr 24 12:48:45 EDT 2007


Here are 2 Small patches related to bug
#78533<http://bugzilla.ximian.com/show_bug.cgi?id=78533>.

The first one (Control.cs.patch) is the actual fix, which addes an error
message making Mono's behaviour similar to MS.Net's one. The exception can
be seen on MS implementation using the code on my comments at bugzilla.

The second part makes ListControls selected items viewstate's data match the
MS behaviour.

With both patches applied the error message is still displayed even the
dropdown's list has no properties or data set, unlike MS. This is because
there is still some data beeing persisted into Mono's Viewstate which
shouldn't be - waste of space. The second patch fixes this on the
ListControl side but there are some internal stuff still need debugging to
get things equal.

If there is no objection to my code can I add the changelogs and commit
them? And close the bug too...

-- 
Alexandre Gomes, Portugal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070424/aa9ed6e4/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Control.cs.patch
Type: text/x-patch
Size: 1142 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070424/aa9ed6e4/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ListControl.cs.patch
Type: text/x-patch
Size: 889 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070424/aa9ed6e4/attachment-0001.bin 


More information about the Mono-devel-list mailing list