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=78484 --- shadow/78484 2006-05-23 02:16:48.000000000 -0400 +++ shadow/78484.tmp.13441 2006-05-23 02:16:48.000000000 -0400 @@ -0,0 +1,29 @@ +Bug#: 78484 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ShowDialog doesn't return after hiding the modal form + +Steps to reproduce the problem: +1. Show some form modally ("someForm.ShowDialog();") +2. Make a button in that form to hide the form ("this.Hide();" or +"this.Visible = false;") + +Actual Results: +ShowDialog doesn't return after the modal form is hidden. + +Expected Results: +Running in Microsoft's .NET Framework, ShowDialog returns not only after +closing the form, but also after hiding it. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
