Created attachment 54344 [details] different ODT file in behavior. When a Euro-text wraps on EOL, 'Character Format' of space character placed in the EOL is different from previous version. including 'Character Format' following: + Font Effects - Underlining, Strikethrough, Overlining + Background (color) I attach ODT file, and screenshot that viewing in each version.
Created attachment 54345 [details] 3.5.0 screenshot
Created attachment 54346 [details] 3.4.4 screenshot
Created attachment 54347 [details] 3.3.4 screenshot
reproduced in 3.5.2 on Fedora 64 bit and Windows 32 bit regression after 3.4.4. (Version is now set to 3.5.0 beta0) (in msOffice 2007 EOL is blue, not red)
Writer doesn't show the color applied to text or paragraph anymore. We have to export as PDF to preview the colors applied.
apparently caused by 93d7bdcb855362b88cdcfcb18ea401d89da973fb
it's not a bug, it's a feature :) there is actually a "space" character at the end of the line following "the", and the paragraph is left aligned. in older versions, the space at the end of the line was simply not displayed, but you could still see it if you put the cursor behind "the" and enter a non-space character, then you see the red space on the next line. with the fix for issue 20878 it now is displayed, and it has a style "T3" applied that sets a different background color: <style:style style:name="T3" style:family="text"> <style:text-properties fo:background-color="#ff0000"/> </style:style> <text:p text:style-name="P1">The quick brown fox jumps <text:span text:style-name="T1">over</text:span> <text:span text:style-name="T2">the</text:span><text:span text:style-name="T3"> </text:span>lazy dog. 1234567890</text:p>