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=80266 --- shadow/80266 2006-12-15 14:28:54.000000000 -0500 +++ shadow/80266.tmp.28591 2006-12-15 14:28:54.000000000 -0500 @@ -0,0 +1,26 @@ +Bug#: 80266 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Menu must be closed before focus can be moved to other control + +On Mono, a MenuItem must be closed first before focus can be moved to +another control. On MS.NET, clicking another control closes the dropped +down menu (like it does on Mono) but also immediately moves focus to that +control. + +To reproduce: +1. compile and run the attached code snippet. +2. follow the on-screen instructions in tabs #1 and #2. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
