[Mono-bugs] [Bug 77425][Wis] New - Strange double click behavior
with OpenFileDialog
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 31 17:15:48 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 kdaniels at usfamily.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77425
--- shadow/77425 2006-01-31 17:15:48.000000000 -0500
+++ shadow/77425.tmp.18544 2006-01-31 17:15:48.000000000 -0500
@@ -0,0 +1,69 @@
+Bug#: 77425
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Fedora Core 3
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: kdaniels at usfamily.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Strange double click behavior with OpenFileDialog
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+sometimes when double clicking on a directory displayed by an
+OpenFileDialog, nothing happens. In that case left clicking on any
+directory, then double clicking on the original directory (or any
+directory) produces the expected behavior.
+
+
+
+Steps to reproduce the problem:
+1.
+Compile and execute the following program:
+
+using System;
+using System.Windows.Forms;
+namespace TestFD
+{
+ class Class1
+ {
+ [STAThread]
+ static void Main(string[] args)
+ {
+ OpenFileDialog ofd = new OpenFileDialog();
+ ofd.ShowDialog();
+ }
+ }
+}
+
+2.
+Navigate to a directory containing one or more directories.
+
+3.
+Double click on any directory displayed in the OpenFileDialog. If the
+behavior is correct, navigate back to that directory, left click on any
+contained directory, then double click.
+
+Actual Results:
+Sometimes double clicking on a directory does not display the contents of
+the directory in the dialog.
+
+Expected Results:
+Double clicking on a directory in the OpenFileDialog should always display
+the contents of the directory in the dialog.
+
+How often does this happen?
+Quite often, but not always.
+
+Additional Information:
+Using Mono from SVN revision 56357
More information about the mono-bugs
mailing list