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=82775 --- shadow/82775 2007-09-10 04:41:19.000000000 -0400 +++ shadow/82775.tmp.25027 2007-09-10 04:41:19.000000000 -0400 @@ -0,0 +1,44 @@ +Bug#: 82775 +Product: Mono: Class Libraries +Version: 1.2 +OS: other +OS Details: SLES 10 (SLERT 10) +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ToolStripItemClickedEventHandler is called 2x + +Description of Problem: + +A ToolStripItemClickedEvent Handler, that is registered at a ToolStrip's +ItemClicked event is called 2 times: + +CommonTools.ItemClicked += new ToolStripItemClickedEventHandler +(CommonTools_ItemClicked); + +Results in 2 calls into CommonTools_ItemClicked when a button of the +ToolStrip is clicked (the ToolStripButton itself has NO event handler +assigned to its Click event!). + + +Actual Results: +Event handler is called 2 times. + + +Expected Results: +Event handler is called only once. + + +How often does this happen? +Everytime a button of the ToolStrip is clicked. + +Additional Information: +It happens only on mono 1.2.5 - on mono 1.2.4 it works _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
