[Mono-bugs] [Bug 81678][Nor] Changed - RichTextBox as does not display colors correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 10 23:36:55 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81678
--- shadow/81678 2007-07-06 11:41:47.000000000 -0400
+++ shadow/81678.tmp.28590 2007-07-10 23:36:55.000000000 -0400
@@ -3,21 +3,21 @@
Version: 1.2
OS: GNU/Linux [Other]
OS Details: Ubuntu
Status: NEW
Resolution:
Severity: Unknown
-Priority: Cosmetic
+Priority: Normal
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: kaetemi at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: RichTextBox as ReadOnly does not seem to display colors
+Summary: RichTextBox as does not display colors correctly
Description of Problem:
In Mono the RichTextBox doesn't seem to be displaying text colors, when the
box is set to ReadOnly.
Steps to reproduce the problem:
@@ -70,6 +70,20 @@
to-be-appended text? Also, would it be easier to do this in gtk#'s
textview, and is there some kind of manual for that somewhere?
------- Additional Comments From gert.driesen at pandora.be 2007-05-19 03:21 -------
On the 1.0 profile (both win32 and linux), the colors are displayed
but the lines are not drawn correctly.
+
+------- Additional Comments From jackson at ximian.com 2007-07-10 23:36 -------
+The issue isn't just with readonly, this method of setting colours
+just doesn't work very well with our RTB.
+
+As a workaround, you can specify the selection area, then set the
+color so something like:
+
+appendtext
+set selectionstart
+set selectionlength
+set color
+
+
More information about the mono-bugs
mailing list