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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -45,6 +45,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-06-21 05:23 ------- Created an attachment (id=17206) Sample: Form2.vb + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
