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=81173 --- shadow/81173 2007-03-17 11:39:00.000000000 -0500 +++ shadow/81173.tmp.28109 2007-03-17 11:39:00.000000000 -0500 @@ -0,0 +1,40 @@ +Bug#: 81173 +Product: Mono: Runtime +Version: 1.2 +OS: other +OS Details: Suse 10 +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: WinForms: ContainerControl.OnHandleCreated and OnHandleDestroyed works incorrectly + +If Windows.Form is created OnHandleCreated is called correctly, but after +close is not called appropriate OnHandleDestroyed, but new create/destroy +pair with different handle + +compile and run attached program and close the Form + +Actual output (mono-1.2.3.1): + +> START +>> handle 37748739 created +> DISPOSE +>> handle 37748747 created +>> handle 37748747 destroyed +> FINISH + +Expected output (ms .net framework): + +> START +>> handle 37748739 created +> DISPOSE +>> handle 37748739 destroyed +> FINISH _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
