[Mono-bugs] [Bug 78453][Nor] New - FileSaveDialog does not autocomplete extension

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 19 01:43:13 EDT 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 atsushi at ximian.com.

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: peter at novonyx.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list