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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80994 --- shadow/80994 2007-04-02 14:39:29.000000000 -0400 +++ shadow/80994.tmp.16124 2007-04-02 16:49:12.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 80994 Product: Mono: Class Libraries Version: 1.2 OS: Windows XP OS Details: Service Pack 2 -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Major Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -188,6 +188,53 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 14:39 ------- Gert, thanks for pointing that out. I've fixed it in SVN. ------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 14:39 ------- fixed. + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 16:49 ------- +I now get a NRE running my repro for this issue: + +System.NullReferenceException: Object reference not set to an +instance of an object + at System.Windows.Forms.LineTag.FormatText +(System.Windows.Forms.Line line, Int32 start, Int32 length, +System.Drawing.Font font, System.Drawing.SolidBrush color, +System.Drawing.SolidBrush back_color, FormatSpecified specified) +[0x00000] + at System.Windows.Forms.Document.FormatText +(System.Windows.Forms.Line start_line, Int32 start_pos, +System.Windows.Forms.Line end_line, Int32 end_pos, +System.Drawing.Font font, System.Drawing.SolidBrush color, +System.Drawing.SolidBrush back_color, FormatSpecified specified) +[0x00000] + at System.Windows.Forms.RichTextBox.set_SelectionColor (Color +value) [0x00000] + at (wrapper remoting-invoke-with-check) +System.Windows.Forms.RichTextBox:set_SelectionColor +(System.Drawing.Color) + at MainForm.MainForm_Load (System.Object sender, System.EventArgs +e) [0x00000] + at (wrapper delegate-invoke) +System.MulticastDelegate:invoke_void_object_EventArgs +(object,System.EventArgs) + at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] + at System.Windows.Forms.Form.OnCreateControl () [0x00000] + at System.Windows.Forms.Control.CreateControl () [0x00000] + at System.Windows.Forms.Control.WmShowWindow +(System.Windows.Forms.Message& m) [0x00000] + at System.Windows.Forms.Control.WndProc +(System.Windows.Forms.Message& m) [0x00000] + at System.Windows.Forms.ScrollableControl.WndProc +(System.Windows.Forms.Message& m) [0x00000] + at System.Windows.Forms.ContainerControl.WndProc +(System.Windows.Forms.Message& m) [0x00000] + at System.Windows.Forms.Form.WndProc +(System.Windows.Forms.Message& m) [0x00000] + at System.Windows.Forms.Control+ControlWindowTarget.OnMessage +(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] + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
