[Mono-bugs] [Bug 324354] RichTextBox as does not display colors correctly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 28 08:27:49 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=324354

User luke.a.page at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=324354#c4





--- Comment #4 from Luke Page <luke.a.page at gmail.com>  2007-12-28 06:27:49 MST ---
The readonly issue not showing colours is easily fixed.

However the SelectionColor and other SelectionX properties do not work well at
all when there is nothing selected - They currently change the style of the
last block of text entered (when its not selected). They should create a new
style tag and then any additional text added should be put in the new tag, but
instead we always re-calculate which style tag to put new text in and end up
ignoring a previous SelectionX property change.

I'm working on this one, but it involves changing the text control to never
have to recalculate anything and instead just correctly keep a tab of where it
is.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list