[Mono-bugs] [Bug 80747][Nor] Changed - ToolStripMenuItem should not show its DropDown when it is not enabled

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 8 13:59:45 EST 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=80747

--- shadow/80747	2007-02-07 14:22:56.000000000 -0500
+++ shadow/80747.tmp.17266	2007-02-08 13:59:45.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80747
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
@@ -53,6 +53,12 @@
 			if (this.HasDropDownItems && Enabled)
 in ToolStripMenuItem.OnMouseDown seems to fix it.
 
 ------- Additional Comments From georgegiolfan at yahoo.com  2007-02-07 05:47 -------
 The same change would be required in OnMouseEnter, and maybe in other 
 places.
+
+------- Additional Comments From monkey at jpobst.com  2007-02-08 13:59 -------
+I'm glad to know someone else is playing with the *Strips.  Obviously
+there is a ton of behavior to match.
+
+Fixed in r72492.


More information about the mono-bugs mailing list