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=81409 --- shadow/81409 2007-04-20 14:16:57.000000000 -0400 +++ shadow/81409.tmp.21764 2007-04-20 14:16:57.000000000 -0400 @@ -0,0 +1,47 @@ +Bug#: 81409 +Product: Mono: Class Libraries +Version: 1.2 +OS: RHEL 2.1 +OS Details: RHEL WS 4, kernel 2.6.9-42 on i686 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: MDI child 'Activated' event does not fire when switching MDI child windows + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: + I have an MDI app. When I open the first MDI child the "Activated" +event does not fire. Also, if I open additional MDI child windows and +select them each in turn the "Activated" event does not fire. + + +Steps to reproduce the problem: +1. Create an MDI app. +2. Add a ".Activated" handler to the mdi child window. +3. Open an MDI child. The '.Activated' handler does not fire. +4. Open a second MDI child. Switch the focus back to the first MDI child +and the '.Activated' handler does not fire. + +Actual Results: +No '.Activated' events are firing + +Expected Results: +the '.Activated' event should fire both when the first MDI child opens +and also when focus moves between MDI children. + + +How often does this happen? +every time + + +Additional Information: +I'm using RedHat Enterprise Linux WS v4. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
