[Mono-bugs] [Bug 59005][Nor] New - MenuItem.OnPopup is named wrongly OnPopUp.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 23:29:18 -0400 (EDT)
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 gluca@pivato.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59005
--- shadow/59005 2004-05-24 23:29:18.000000000 -0400
+++ shadow/59005.tmp.15647 2004-05-24 23:29:18.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 59005
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gluca@pivato.com
+QAContact: peter@novonyx.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MenuItem.OnPopup is named wrongly OnPopUp.
+
+The method System.Windows.Forms.MenuItem.OnPopup() is wrongly named
+OnPopUp(). The U should be lowercase. This breaks code that overrides the
+OnPopup() method.