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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 7 05:47:54 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 georgegiolfan at yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80747

--- shadow/80747	2007-02-07 05:43:58.000000000 -0500
+++ shadow/80747.tmp.18270	2007-02-07 05:47:54.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -49,6 +49,10 @@
 Additional Information:
 Changing
 			if (this.HasDropDownItems)
 to
 			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.


More information about the mono-bugs mailing list