[Mono-bugs] [Bug 80239][Blo] New - Textbox: NRE hitting End key
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 12 12:10:17 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80239
--- shadow/80239 2006-12-12 12:10:17.000000000 -0500
+++ shadow/80239.tmp.12612 2006-12-12 12:10:17.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 80239
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: monkey at jpobst.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Textbox: NRE hitting End key
+
+Run attachment. Hit End key. NRE stack trace:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+
+ at System.Windows.Forms.Document.get_Caret () [0x00000]
+ at System.Windows.Forms.TextBoxBase.CaretMoved (System.Object sender,
+System.EventArgs e) [0x00000]
+ at System.Windows.Forms.TextBoxBase.ProcessKey (Keys keyData) [0x00000]
+ at System.Windows.Forms.TextBoxBase.WndProc
+(System.Windows.Forms.Message& m) [0x00000]
+ at System.Windows.Forms.TextBox.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 TestForm.Main () [0x00000]
More information about the mono-bugs
mailing list