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=79244 --- shadow/79244 2006-09-07 19:57:19.000000000 -0400 +++ shadow/79244.tmp.24862 2006-09-07 22:41:26.000000000 -0400 @@ -55,6 +55,13 @@ What happens is that click is handled by the menuitem (effectively adding the '0'), and also to the underlying label (showing message box). The second menuitem displays a new window, and this case seems to be working fine. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-07 22:41 ------- +turns out this is caused by the fact that our menus items perform +their "click" on mouse down, not on mouse up. If you click on the +first menu item and hold the mouse down, the menu disappears and the +label is updated. then when you release the mouse button the message +box appears. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
