[Mono-bugs] [Bug 78788][Maj] New - Bugs in FolderBrowserDialog
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 7 13:04:18 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 classdevelopment at a-softtech.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78788
--- shadow/78788 2006-07-07 13:04:18.000000000 -0400
+++ shadow/78788.tmp.11741 2006-07-07 13:04:18.000000000 -0400
@@ -0,0 +1,129 @@
+Bug#: 78788
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: ClassDevelopment at A-SoftTech.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Bugs in FolderBrowserDialog
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+There are several bugs in FolderBrowserDialog:
+
+1) Expanding the "My Computer" node crashes with the following stacktrace:
+Unhandled Exception: System.ArgumentException: The Path does not have a
+valid format
+ at System.IO.Directory.GetFileSystemEntries (System.String path,
+System.String pattern, FileAttributes mask, FileAttributes attrs)
+[0x00000]
+ at System.IO.Directory.GetDirectories (System.String path,
+System.String pattern) [0x00000]
+ at System.IO.Directory.GetDirectories (System.String path) [0x00000]
+ at
+System.Windows.Forms.FolderBrowserDialog+FolderBrowserDialogPanel.FillNode
+ (System.Windows.Forms.TreeNode node) [0x00000]
+ at
+System.Windows.Forms.FolderBrowserDialog+FolderBrowserDialogPanel.OnBefore
+Expand (System.Object sender,
+System.Windows.Forms.TreeViewCancelEventArgs e) [0x00000]
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_TreeViewCancelEventArgs
+(object,System.Windows.Forms.TreeViewCancelEventArgs)
+ at System.Windows.Forms.TreeView.OnBeforeExpand
+(System.Windows.Forms.TreeViewCancelEventArgs e) [0x00000]
+ at System.Windows.Forms.TreeNode.Expand (Boolean byInternal) [0x00000]
+ at System.Windows.Forms.TreeNode.Expand () [0x00000]
+ at System.Windows.Forms.TreeNode.Toggle () [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.TreeNode:Toggle ()
+ at System.Windows.Forms.TreeView.DoubleClickHandler (System.Object
+sender, System.Windows.Forms.MouseEventArgs e) [0x00000]
+ at System.Windows.Forms.TreeView.WndProc (System.Windows.Forms.Message
+m) [0x00000]
+ at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+(System.Windows.Forms.Message m) [0x00000]
+ at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam) [0x00000]
+ at (wrapper native-to-managed)
+System.Windows.Forms.NativeWindow:WndProc
+(intptr,System.Windows.Forms.Msg,intptr,intptr)
+ at <0x00000> <unknown method>
+ at (wrapper managed-to-native)
+System.Windows.Forms.XplatUIWin32:Win32DispatchMessage
+(System.Windows.Forms.MSG&)
+ at System.Windows.Forms.XplatUIWin32.DispatchMessage
+(System.Windows.Forms.MSG msg) [0x00000]
+ at System.Windows.Forms.XplatUI.DispatchMessage
+(System.Windows.Forms.MSG msg) [0x00000]
+ at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x00000]
+ at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32)
+[0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Form:ShowDialog (System.Windows.Forms.IWin32Window)
+ at System.Windows.Forms.CommonDialog.ShowDialog (IWin32Window
+ownerWin32) [0x00000]
+ at System.Windows.Forms.CommonDialog.ShowDialog () [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.CommonDialog:ShowDialog ()
+ at ImageChecker.MainForm.selectFolder_Click (System.Object sender,
+System.EventArgs e) [0x00000]
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+ at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000]
+ at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000]
+ at System.Windows.Forms.ButtonBase.OnMouseUp
+(System.Windows.Forms.MouseEventArgs mevent) [0x00000]
+ at System.Windows.Forms.Button.OnMouseUp
+(System.Windows.Forms.MouseEventArgs e) [0x00000]
+ at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message
+m) [0x00000]
+ at System.Windows.Forms.ButtonBase.WndProc
+(System.Windows.Forms.Message m) [0x00000]
+ at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message m)
+[0x00000]
+ at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+(System.Windows.Forms.Message m) [0x00000]
+ at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam) [0x00000]
+ at (wrapper native-to-managed)
+System.Windows.Forms.NativeWindow:WndProc
+(intptr,System.Windows.Forms.Msg,intptr,intptr)
+ at <0x00000> <unknown method>
+ at (wrapper managed-to-native)
+System.Windows.Forms.XplatUIWin32:Win32DispatchMessage
+(System.Windows.Forms.MSG&)
+ at System.Windows.Forms.XplatUIWin32.DispatchMessage
+(System.Windows.Forms.MSG msg) [0x00000]
+ at System.Windows.Forms.XplatUI.DispatchMessage
+(System.Windows.Forms.MSG msg) [0x00000]
+ at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x00000]
+ at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
+mainForm) [0x00000]
+ at ImageChecker.Program.Main () [0x00000]
+
+
+
+2) The default Windowsize is too small, so that the OK-Button and New-
+Folder Button overlap.
+
+
+3) Problems with the used listview (will open a new bug for these)
+
+
+How often does this happen?
+always
More information about the mono-bugs
mailing list