[Mono-bugs] [Bug 76376][Nor] New - Mouse click in an empty TreeView causes a System.ArgumentOutOfRangeException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 8 13:39:20 EDT 2005


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 xenomorph2 at onlinehome.de.

http://bugzilla.ximian.com/show_bug.cgi?id=76376

--- shadow/76376	2005-10-08 13:39:20.000000000 -0400
+++ shadow/76376.tmp.8899	2005-10-08 13:39:20.000000000 -0400
@@ -0,0 +1,71 @@
+Bug#: 76376
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: jackson at ximian.com                            
+ReportedBy: xenomorph2 at onlinehome.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mouse click in an empty TreeView causes a  System.ArgumentOutOfRangeException
+
+A mouse click in an empty TreeView causes a 
+System.ArgumentOutOfRangeException.
+
+Unhandled Exception: System.ArgumentOutOfRangeException: Argument is out of
+range.
+Parameter name: index
+in [0x00027] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs:94)
+System.Windows.Forms.TreeNodeCollection:get_Item (Int32 index)
+in [0x00014] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs:764)
+System.Windows.Forms.TreeView:GetNodeAt (Int32 y)
+in [0x00007] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs:1282)
+System.Windows.Forms.TreeView:MouseDownHandler (System.Object sender,
+System.Windows.Forms.MouseEventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_MouseEventArgs
+(object,System.Windows.Forms.MouseEventArgs)
+in [0x00013] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3934)
+System.Windows.Forms.Control:OnMouseDown
+(System.Windows.Forms.MouseEventArgs e)
+in [0x00374] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3541)
+System.Windows.Forms.Control:WndProc (System.Windows.Forms.Message m)
+in [0x0007c] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs:703)
+System.Windows.Forms.TreeView:WndProc (System.Windows.Forms.Message m)
+in [0x00007] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:148)
+System.Windows.Forms.Control+ControlNativeWindow:WndProc
+(System.Windows.Forms.Message m)
+in [0x00056] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:144)
+System.Windows.Forms.NativeWindow:WndProc (IntPtr hWnd, Msg msg, IntPtr
+wParam, IntPtr lParam)
+in [0x0001c] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:2156)
+System.Windows.Forms.XplatUIX11:DispatchMessage (System.Windows.Forms.MSG msg)
+in [0x00006] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:364)
+System.Windows.Forms.XplatUI:DispatchMessage (System.Windows.Forms.MSG msg)
+in [0x000fd] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:353)
+System.Windows.Forms.Application:Run ()
+in [0x0004a] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:381)
+System.Windows.Forms.Application:Run
+(System.Windows.Forms.ApplicationContext context)
+in [0x0000c] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:372)
+System.Windows.Forms.Application:Run (System.Windows.Forms.Form mainForm)


More information about the mono-bugs mailing list