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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78446 --- shadow/78446 2006-05-18 13:45:49.000000000 -0400 +++ shadow/78446.tmp.28184 2006-05-18 13:45:49.000000000 -0400 @@ -0,0 +1,42 @@ +Bug#: 78446 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: assorted FileDialog problems + +Here I list FileDialog problems that I found by now: + +1. PopupButtonList navigation needs to be implemented. It is not a simple +Panel that moves focus to its child buttons, but it rather holds focus and +only cursor keys or mouse actions focus them. + +2. PopupButtonList does not reflect current selection or the first item +(recently used files) when it got focus. + +3. small icon bar as well. This is probably a bug in ToolBar. + +4. The file ListView should hide selected file when it is not focused. When +focused, it indicates selected file(s) (if any) by surrounding dash +rectangble(s). Maybe it is rather a ListView bug. + +5. When no file is selected in the file ListView and it has a focus, typing +cursor keys causes crash. + +6. When no InitialDirectory is set, probably it should start from current +directory. + +7. Navigating files on the file ListView by keyboard navigation, the file +name ComboBox should reflect the selected file name (it happens only for +files: when the navigated item is directory, it does nothing). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
