[Mono-bugs] [Bug 76021][Nor] Changed - Datagrid crash while editing.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 2 18:32:24 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76021
--- shadow/76021 2005-12-21 06:33:53.000000000 -0500
+++ shadow/76021.tmp.20460 2006-03-02 18:32:23.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 76021
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: miguel at ximian.com
@@ -60,6 +60,42 @@
(System.Windows.Forms.Form mainForm)
in <0x0001f> MyFormProject.MainForm:Main (System.String[] args)
------- Additional Comments From peter at novonyx.com 2005-12-21 06:33 -------
I can't reproduce this (anymore). Can you check if this already got
fixed? I did fix an issue with ActiveControl in the driver.
+
+------- Additional Comments From miguel at ximian.com 2006-03-02 18:32 -------
+This control now throws a different exception (its important to start
+*editing* and then do home/end/home/end on the keyboard):
+
+Unhandled Exception: System.ObjectDisposedException: The object was
+used after being disposed.
+in <0x00255> System.Windows.Forms.Control:CreateHandle ()
+in <0x0000a> System.Windows.Forms.TextBoxBase:CreateHandle ()
+in <0x00024> System.Windows.Forms.Control:get_Handle ()
+in (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:get_Handle ()
+in <0x0004e> System.Windows.Forms.Document:UpdateCaret ()
+in <0x00593> System.Windows.Forms.Document:MoveCaret (CaretDirection
+direction)
+in <0x0046c> System.Windows.Forms.TextBoxBase:ProcessKey (Keys keyData)
+in <0x0014f> System.Windows.Forms.TextBoxBase:WndProc
+(System.Windows.Forms.Message m)
+in <0x0000d> System.Windows.Forms.TextBox:WndProc
+(System.Windows.Forms.Message m)
+in <0x0000d> System.Windows.Forms.DataGridTextBox: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 <0x00602> System.Windows.Forms.Application:RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context)
+in <0x00024> System.Windows.Forms.Application:Run
+(System.Windows.Forms.Form mainForm)
+in <0x0001f> MyFormProject.MainForm:Main (System.String[] args)
+
More information about the mono-bugs
mailing list