[Mono-bugs] [Bug 82220][Maj] Changed - DataGridView: Copying data into clipboard crashes application

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 9 04:40:48 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by trofimich at ukr.net.

http://bugzilla.ximian.com/show_bug.cgi?id=82220

--- shadow/82220	2007-08-07 12:36:14.000000000 -0400
+++ shadow/82220.tmp.5418	2007-08-09 04:40:48.000000000 -0400
@@ -21,6 +21,18 @@
 
 Test project is available on bug #82164.
 
 ------- Additional Comments From rolfkvinge at ya.com  2007-08-07 12:36 -------
 I'm not able to reproduce this, can you explain exactly how you're doing 
 it? Are you copying/pasting it from the editing box?
+
+------- Additional Comments From trofimich at ukr.net  2007-08-09 04:40 -------
+In test program switch to second tab (Results) and click button "copy"
+(on toolbar or in grid's context menu).
+
+There is a simple code like this:
+
+           DataObject data = ResultUrlsGrid.GetClipboardContent();
+           if (null != data)
+               Clipboard.SetDataObject(data);
+
+Crashes always under mono 1.2.5-2 for windows 


More information about the mono-bugs mailing list