[Mono-bugs] [Bug 78680][Nor] Changed - MWF MouseUp event handling problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 22 15:48:44 EDT 2006
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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78680
--- shadow/78680 2006-06-21 16:24:47.000000000 -0400
+++ shadow/78680.tmp.10892 2006-06-22 15:48:44.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78680
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: daniel.baeyens at hispalinux.es
QAContact: mono-bugs at ximian.com
@@ -45,6 +45,14 @@
------- Additional Comments From daniel.baeyens at hispalinux.es 2006-06-21 05:23 -------
Created an attachment (id=17206)
Sample: Form2.vb
+
+------- Additional Comments From peter at novonyx.com 2006-06-22 15:48 -------
+Fixed in svn r61951. This was a cute bug. The problem actually was
+that ShowDialog() is supposed to release any capture that might have
+been set. (SHowDialog is blocking, so the base Mouse button handler
+was never run to release.
+
+Anyways, thanks for the bug report.
More information about the mono-bugs
mailing list