[Mono-bugs] [Bug 81730][Nor] Changed - DoDragDrop should block until the item is dropped
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 30 16:03:01 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81730
--- shadow/81730 2007-05-28 13:38:57.000000000 -0400
+++ shadow/81730.tmp.20043 2007-05-30 16:03:01.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81730
Product: Mono: Class Libraries
Version: 1.0
OS: other
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: rolfkvinge at ya.com
QAContact: mono-bugs at ximian.com
@@ -45,6 +45,17 @@
Click the form and you should get "Doing dnd", but "Finished" should only
show up once the button is released.
------- Additional Comments From jackson at ximian.com 2007-05-28 13:38 -------
This should all be fixed in SVN now. This test, SharpChess, and the
msdn demo all work.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-05-30 16:03 -------
+Strange, this does not seem to be fixed on either Linux or Win32 for
+me.
+
+To reproduce, compile and run the attached code snippet.
+
+On linux, DoDragDrop does not return until the application is exited.
+
+On Windows, the "Drap&Drop => Start" text is not displayed in the
+TextBox until the mouse is moved or the button is released.
More information about the mono-bugs
mailing list