https://bugzilla.novell.com/show_bug.cgi?id=324589
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=324589#c3 --- Comment #3 from Luke Page <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
