[Mono-bugs] [Bug 76887][Nor] New - Mousemove crashes ListBox

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 2 19:39:02 EST 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 peter at novonyx.com.

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

--- shadow/76887	2005-12-02 19:39:01.000000000 -0500
+++ shadow/76887.tmp.19567	2005-12-02 19:39:01.000000000 -0500
@@ -0,0 +1,62 @@
+Bug#: 76887
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: peter at novonyx.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mousemove crashes ListBox
+
+Steps to reproduce the problem: 
+1. run nunit-gui.exe from nunit 2.2.x 
+2. Move mouse over right-side listbox (under the tabs)
+3. Experience this crash:
+
+Unhandled Exception: System.ArgumentOutOfRangeException: Argument is out 
+of range.
+Parameter name: GetItemRectangle index out of range.
+in <0x002d7> System.Windows.Forms.ListBox:GetItemRectangle (Int32 index)
+in <0x00038> System.Windows.Forms.ListBox:IndexFromPoint (Int32 x, Int32 y)
+in (wrapper remoting-invoke-with-check) 
+System.Windows.Forms.ListBox:IndexFromPoint (int,int)
+in <0x00055> NUnit.Gui.NUnitForm:detailList_MouseMove (System.Object 
+sender, System.Windows.Forms.MouseEventArgs e)
+in (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object_MouseEventArgs 
+(object,System.Windows.Forms.MouseEventArgs)
+in <0x00023> System.Windows.Forms.Control:OnMouseMove 
+(System.Windows.Forms.MouseEventArgs e)
+in <0x01037> System.Windows.Forms.Control:WndProc 
+(System.Windows.Forms.Message m)
+in <0x00095> System.Windows.Forms.ListBox:WndProc 
+(System.Windows.Forms.Message m)
+in <0x00014> System.Windows.Forms.Control+ControlNativeWindow:WndProc 
+(System.Windows.Forms.Message m)
+in <0x0011e> System.Windows.Forms.NativeWindow:WndProc (IntPtr hWnd, Msg 
+msg, IntPtr wParam, IntPtr lParam)
+in <0x00016> System.Windows.Forms.XplatUIX11:DispatchMessage 
+(System.Windows.Forms.MSG msg)
+in <0x00015> System.Windows.Forms.XplatUI:DispatchMessage 
+(System.Windows.Forms.MSG msg)
+in <0x00222> System.Windows.Forms.Application:Run ()
+in <0x000a4> System.Windows.Forms.Application:Run 
+(System.Windows.Forms.ApplicationContext context)
+in <0x0002e> System.Windows.Forms.Application:Run 
+(System.Windows.Forms.Form mainForm)
+in <0x002c2> NUnit.Gui.AppEntry:Main (System.String[] args)
+in <0x0000d> NUnit.Gui.Class1:Main (System.String[] args)
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list