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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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 
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to