https://bugs.documentfoundation.org/show_bug.cgi?id=96147

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
                 CC|                            |zolnaitamas2...@gmail.com
           Assignee|libreoffice-b...@lists.free |mst...@redhat.com
                   |desktop.org                 |
         Whiteboard|                            |odf dataLoss

--- Comment #13 from Michael Stahl <mst...@redhat.com> ---
i can't reproduce the problem... but i'm highly suspicious of this commit:


commit f880962f5bf26bfaef06bd3f9e67e2d901a2e74c
Author:     Zolnai Tamás <zolnaitamas2...@gmail.com>
AuthorDate: Wed Mar 18 10:25:05 2015 +0100

    Char highlight: ODT filters

    Export merges the two background attribute.


... which adds another property that exports to the offending
fo:background-color attribute, and was added in LO 5.0... that's
just too much of a coincidence...


... alright this reproduces the problem from scratch:

Sub Main

c = ThisComponent.Text.createTextCursor()

c.setString("foo bar baz")

c.goRight(4, false)
c.goRight(3, true)

msgbox(c.getString())

c.CharBackColor = 0
c.CharHighlight = 0
c.CharBackTransparent = 1

End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to