https://bugzilla.novell.com/show_bug.cgi?id=465702
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=465702#c2 Carlos Alberto Cortez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Carlos Alberto Cortez <[email protected]> 2009-01-17 17:31:44 MST --- As far as I could understand, the issue is related to the fact that the text in the clipboard -set using Clipboard.SetDataObject (data, true)- should remaing there and available after the windows.forms application is closed. Is this is the case, there's no chance to do such thing, since that's a limitation of X11 in the unix systems, where the application putting data to the 'clipboard' should remain alive - if they are closed, the data is NOT kept. There have been various approachs to fix this issue in Gnome/KDE projects, but we can't depend on them, since that would mean add a dependency on them. If this was the issue, we can't fix it -specially because it's been a problem for years in the unix systems, and the way to fix it it's way too complex to only keep data in the clipboard after the app gets closed-. Please comment about this ;-) Thanks for your time! -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
