[Mono-bugs] [Bug 80694][Cos] New - Menu keyboard cues
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 31 19:40:28 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=80694
--- shadow/80694 2007-01-31 19:40:28.000000000 -0500
+++ shadow/80694.tmp.22559 2007-01-31 19:40:28.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 80694
+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 keyboard cues
+
+Description of Problem:
+Normally, menu keyboard cues are visible when the Alt key is pressed. MWF
+behaves differently. It shows them on newly painted menus when a menu is
+clicked.
+
+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(new MenuItem[] { new MenuItem("&Menu 1", new
+MenuItem[] { new MenuItem("&Submenu 1") }), new MenuItem("&Menu 2", new
+MenuItem[] { new MenuItem("&Submenu 2") }) });
+ }
+}
+2. Click "Menu 1". Notice how "Submenu 1" is has keyboard cues and the
+rest of the visible menus do not.
+3. Move the mouse cursor over "Menu 2". Now all the visible menus have
+keyboard cues.
+
+Expected Results:
+The menus display the cues when they are activated with Alt or always,
+depending on configuration.
+
+How often does this happen?
+Always (on the SVN version on Windows XP).
More information about the mono-bugs
mailing list