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=78453 --- shadow/78453 2006-05-19 01:43:13.000000000 -0400 +++ shadow/78453.tmp.21288 2006-05-19 01:43:13.000000000 -0400 @@ -0,0 +1,46 @@ +Bug#: 78453 +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: FileSaveDialog does not autocomplete extension + +When a file is being selected by FileSaveDialog, it should autocomplete +file extension if possible. Say, if current file type is "*.txt" and the +entered file name is "test", then the selected file name becomes "test.txt". + +I'm attaching a patch for winforms/filedialog/swf-filedialog.cs to have +FileSaveDialog test. + +Steps to repro: +- Patch it +- build, run +- open FileSaveDialog +- select file type "*.txt" +- enter arbitrary file name +- click OK + +Actual Results: + +The selected file name is "test" + +Expected Results: + +The selected file name should be "test.txt" + +Additional Information: + +This autocompletion does not apply when the extension of current file type +is not specific. I added an example "*.te*" type in the patch. When you +select "*.te*", it won't autocomplete the extension. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
