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

            Bug ID: 146458
           Summary: Opening typographic quotation mark always gets
                    separate <text:span> tag when inside text box/shape
           Product: LibreOffice
           Version: 7.2.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: libreoffice@phv.email

Description:
When a text inside a text box/shape contains an opening typographic (also
called typeset, curved or smart) quotation mark, LibreOffice Writer cuts this
element out of the sentence with a specific <text:span> text attribut.

Steps to Reproduce:
1. In LibreOffice Writer, create a text box containing some text with an
opening typographic quotation mark (“ or ‘).
Example: “Hello World!”.
2. Modify the font for all text inside the box so the sentence has now the text
tag <text:span>.
3. Save the document as Flat XML (fodt).
4. Take a look at the code inside the document.

Actual Results:
The opening typographic quotation mark and the rest of the sentence are in two
separate text tags <text:span> even though the style is the same.
Example: <text:span text:style-name="T1">“</text:span><text:span
text:style-name="T1">Hello Word”</text:span>

Expected Results:
The opening typographic quotation mark and the rest of the sentence should be
in the same text tag <text:span>.
Example: <text:span text:style-name="T1">“Hello Word”</text:span>


Reproducible: Always


User Profile Reset: Yes



Additional Info:
This issue occurs only for the opening quotation mark inside a text box/shape;
the ending quotation mark is not affected. I tested some other type of
quotation marks (typewriter quotation marks and French guillemets) and they are
not affected. Also the bug does not compromise the text rendering.

But something seems to dissociate this particular character when applying the
text tag related to character style.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to