[Mono-bugs] [Bug 81574][Nor] New - Problem to access to Data objects in a DragDrop event
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 9 03:27:52 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 noyelles.david at wanadoo.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=81574
--- shadow/81574 2007-05-09 03:27:52.000000000 -0400
+++ shadow/81574.tmp.23020 2007-05-09 03:27:52.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 81574
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Mandrake 9.1
+OS Details: Mandriva
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: noyelles.david at wanadoo.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Problem to access to Data objects in a DragDrop event
+
+Description of Problem:
+When I use file drag and drop functionality on a groupbox control, the
+event is fired correctly, but accessing the e.Data.GetDataPresent
+(DataFormats.FileDrop) exits the sub without any error.
+
+Steps to reproduce the problem:
+No steps necessary
+
+Actual Results:
+Accessing the e.Data.GetDataPresent(DataFormats.FileDrop) exit sub without
+error
+
+Expected Results:
+Getting result of bool IDataObject.GetDataPresent(string format)
+
+How often does this happen?
+Always
More information about the mono-bugs
mailing list