[Mono-bugs] [Bug 79949][Cos] Changed - RichTextBox: Wrong background color in read only RichTextBox
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 17 15:54:16 EDT 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79949
--- shadow/79949 2007-03-15 17:51:06.000000000 -0500
+++ shadow/79949.tmp.31635 2007-03-17 14:54:16.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 79949
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: alex.olk at googlemail.com
QAContact: mono-bugs at ximian.com
@@ -61,6 +61,25 @@
OK, this was a difference between 1.1 and 2.0. 2.0 now shows gray,
1.1 does not.
Thanks for the report and following up!
+
+------- Additional Comments From gert.driesen at pandora.be 2007-03-17 14:54 -------
+Still some issues left to fix:
+
+1) On MS (2.0), when setting ReadOnly to true the BackColor is only
+modified to SystemColors.Control if no BackColor was already set.
+
+2) Setting ReadOnly to false does not change the BackColor.
+
+3) Setting ReadOnly to true once the control has been created should
+not have any effect on the BackColor.
+
+I'll attach repro's for these issues.
+
+You'll need to build the first repro with the NET_2_0 symbol to get
+the .NET 2.0 version of that repro:
+
+gmcs /define:NET_2_0 /r:System.Windows.Forms.dll /r:System.Drawing.dll
+ test1.cs
More information about the mono-bugs
mailing list