[Mono-bugs] [Bug 641756] WinForms -> X11 Clipboard handling causes Application.Idle processing, which is bad if any idle handling methods call clipboard functions.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 24 13:35:35 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=641756#c1


--- Comment #1 from tom hindle <tom_hindle at sil.org> 2010-09-24 17:35:35 UTC ---
Created an attachment (id=391492)
 --> (http://bugzilla.novell.com/attachment.cgi?id=391492)
Patch that prevents clipboard related UpdateMessageQueue calls from invoking
idle processing

Another option to fix this would be to add reentry checks to Idle itself.
eg. replace calls to Idle EventHandler with a call to a wrapper, that calls the
Idle EventHandler if Idle isn't already in the call stack.

Would this be a better fix?

-- 
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