[Mono-bugs] [Bug 81499][Wis] New - FileDialog does not support SupportMultiDottedExtensions property
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 30 20:46:02 EDT 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 tausq at debian.org.
http://bugzilla.ximian.com/show_bug.cgi?id=81499
--- shadow/81499 2007-04-30 20:46:01.000000000 -0400
+++ shadow/81499.tmp.20635 2007-04-30 20:46:01.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 81499
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: ubuntu
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: tausq at debian.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FileDialog does not support SupportMultiDottedExtensions property
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+See summary
+
+Steps to reproduce the problem:
+1. Compile attached test case
+2. Compare to MS.NET behavior
+
+
+Actual Results:
+Currently mono will give an error compiling the test case:
+error CS0117: `System.Windows.Forms.SaveFileDialog' does not contain a
+definition for `SupportMultiDottedExtensions'
+
+The default behavior implemented by mono is also wrong. According to MSDN
+the default value for this property is false. Mono behaves as if this
+property is true.
+
+Expected Results:
+The testcase should compile and mono should behave as described in
+http://msdn2.microsoft.com/en-us/library/system.windows.forms.filedialog.supportmultidottedextensions.aspx
+
+How often does this happen?
+Always Reproducible
+
+Additional Information:
More information about the mono-bugs
mailing list