[Mono-dev] Patches for mono-winforms

Steven Boswell II ulatekh at yahoo.com
Sat Jul 28 21:53:28 UTC 2012


Oy...that's going to be a convoluted fix.  The problem is that I fire the SelectionChanged event every time the selection changes; apparently, .NET fires it once after a batch of selection-changes completes.  I'll have to move the OnSelectionChanged() calls from where they are, to all of their parents, and ensure that it's only fired once.  That'll take quite a bit of finagling.  But the bug is fixable.

Steven Boswell


________________________________
 From: Stifu <stifu at free.fr>
To: mono-devel-list at lists.ximian.com 
Sent: Saturday, July 28, 2012 4:48 AM
Subject: Re: [Mono-dev] Patches for mono-winforms
 
By the way, Steven, you might want to check out this bug, as it's related to
some of your contributions:
https://bugzilla.novell.com/show_bug.cgi?id=683213

Before your patch(es), the DataGridView SelectionChanged event wasn't fired
with the test case attached to this report.
 Now, it seems it's fire twice
rather than once (despite the fact I said in the bug comments that the bug
seemed fixed). If you can't think of a way to fix this, it's alright. Just
thought I'd bring that up.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120728/e5155516/attachment.html>


More information about the Mono-devel-list mailing list