[Mono-bugs] [Bug 324589] RichTextBox: RTF indents do not work as expected

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 19 05:24:50 EST 2007


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

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





--- Comment #3 from Luke Page <luke.a.page at gmail.com>  2007-12-19 03:24:49 MST ---
Created an attachment (id=188207)
 --> (https://bugzilla.novell.com/attachment.cgi?id=188207)
Patches part of the problem part 2

1) the quad alignment commands weren't interpreted, so lines were not centered,
left or right aligned if streamed from RTF

2) RTF specifies that block inside a group should have separated formating, so
that if you have

\b { \b0 Not Bold } This text should be bold

Which caused text to be incorrectly styled depending on how the rich text
editor outputs the RTF - now we keep a stack of styles and throw the current
one away if we come out of a group.

3) Added ParDef suport - this command is meant to wipe any existing paragraph
properties


-- 
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