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=80270 --- shadow/80270 2006-12-16 08:48:17.000000000 -0500 +++ shadow/80270.tmp.14305 2006-12-16 08:48:17.000000000 -0500 @@ -0,0 +1,28 @@ +Bug#: 80270 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Menu: Wrong events fired when clicking top-level menu + +When clicking a top-level menu, the Select and Popup events should fire +in that order. + +On Mono, only the Popup event is fired clicking the top-level menu and +the Select event is fired when the same menu is clicked again (to close +it). + +To reproduce: +1. compile and run the attached code snippet. +2. follow the on-screen instructions. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
