https://bugs.freedesktop.org/show_bug.cgi?id=43737

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG
         AssignedTo|[email protected] |[email protected]
                   |desktop.org                 |
                 CC|                            |[email protected]
                   |                            |r
           See Also|                            |https://issues.apache.org/o
                   |                            |oo/show_bug.cgi?id=20878

--- Comment #7 from Michael Stahl <[email protected]> 2012-09-06 09:51:18 UTC 
---
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>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to