[Mono-bugs] [Bug 79244][Nor] Changed - click on menu clicks control behind
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 7 22:41:26 EDT 2006
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 toshok at ximian.com.
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 toshok at ximian.com 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.
More information about the mono-bugs
mailing list