[Mono-bugs] [Bug 82775][Cri] Changed - ToolStripItemClickedEventHandler is called 2x
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 10 18:26:52 EDT 2007
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82775
--- shadow/82775 2007-09-10 16:24:54.000000000 -0400
+++ shadow/82775.tmp.8550 2007-09-10 18:26:52.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82775
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details: SLES 10 (SLERT 10)
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: carsten.sponsel.ext at siemens.com
QAContact: mono-bugs at ximian.com
@@ -61,6 +61,19 @@
Repro
------- Additional Comments From gert.driesen at pandora.be 2007-09-10 16:24 -------
Jonathan, I get an NRE when a menu is dropped down, and closed by
clicking it again.
+
+------- Additional Comments From monkey at jpobst.com 2007-09-10 18:26 -------
+Adding a ToolStripMenuItem to a ToolStrip instead of a MenuStrip is
+cheating. :P
+
+Fixed in r85608.
+
+2007-09-10 Jonathan Pobst <monkey at jpobst.com>
+
+ * ToolStripMenuItem.cs: Add a parent type check so we don't crash on
+people
+ who want to add a menu item directly onto a toolstrip.
+ [Fixes bug #82775, part II]
More information about the mono-bugs
mailing list