[Mono-bugs] [Bug 77220][Nor] Changed - RichTextBox.SelectionColor causes exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 21:36:44 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 peter at novonyx.com.

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

--- shadow/77220	2006-01-11 21:29:00.000000000 -0500
+++ shadow/77220.tmp.22146	2006-01-11 21:36:44.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: simon at nureality.ca               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -50,6 +50,16 @@
 To set the color of the selected text.
 
 How often does this happen? 
 Every time.
 
 Additional Information:
+
+------- Additional Comments From peter at novonyx.com  2006-01-11 21:36 -------
+Please provide a sample that reproduces the problem. I tested with 
+the code below and did not get an exception:
+
+RichTextBox t;
+
+t = new RichTextBox();
+t.SelectionColor = Color.Red;
+


More information about the mono-bugs mailing list