[Mono-bugs] [Bug 77873][Nor] New - file dialog focus changes don't
match MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 12:55:56 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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77873
--- shadow/77873 2006-03-22 12:55:56.000000000 -0500
+++ shadow/77873.tmp.10156 2006-03-22 12:55:56.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 77873
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: matt at use.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: file dialog focus changes don't match MS.NET
+
+Steps to reproduce the problem:
+1. run nunit-gui
+2. press Control+O to get the open file dialog
+3. in MS.NET, the focus is in the filename textbox, so I press shift+tab
+to get the focus into the folders view
+4. I press backspace twice to get to the ..\.. from where I was
+5. then I type 'bin' and press enter to go into the bin directory
+6. then I type 'bin' and press enter again to go into the bin directory
+7. then I use the arrow keys to select a file and hit enter. I should now
+be in the ..\..\bin\bin from where I started from.
+
+Actual Results:
+3. focus isn't in the filename textbox when opening, clicking inside of
+it and pressing shift+tab doesn't take me into the folders view
+4. I can't press backspace twice -- after pressing it the first time, the
+focus goes somewhere else
+5,6. selecting a folder and pressing enter takes the focus out of the
+folders view
+
+
+
+Expected Results:
+should behave more like MS.NET with respect to focus and keyboard
+accessibility
More information about the mono-bugs
mailing list