[Mono-bugs] [Bug 80290][Cos] New - Menu bar is drawn over window border
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Dec 17 16:38:13 EST 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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80290
--- shadow/80290 2006-12-17 16:38:13.000000000 -0500
+++ shadow/80290.tmp.20702 2006-12-17 16:38:13.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 80290
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Menu bar is drawn over window border
+
+Description of Problem:
+Menu bar is drawn over window border.
+
+Steps to reproduce the problem:
+1. Compile and run the following program.
+using System.Windows.Forms;
+class TestForm : Form {
+ static void Main() {
+ Application.Run(new TestForm());
+ }
+ public TestForm() {
+ Menu = new MainMenu();
+ Menu.MenuItems.Add(new MenuItem("Test"));
+ }
+}
+2. Press Alt.
+
+How often does this happen?
+Always (on stable and monocharge version).
More information about the mono-bugs
mailing list