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

            Bug ID: 120641
           Summary: Calc omits pasted rows if line has opening and closing
                    quotes
           Product: LibreOffice
           Version: 6.1.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 145751
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145751&action=edit
screenshot of paste dialogue

When you paste lines of text or a table into Calc, any line with starts and
ends with quotes "blabla" is simply omitted.

Steps to reproduct:
Create a text document (Writer or Word, doesn't matter) with the following
either as text or a table:

aaa bbb
aaa bbb
"aaa bbb
"aaa bbb"
aaa bbb"
aaa bbb

Open blank Calc, select Past Special > Unformatted text (to avoid bug 113719)
and you get (visually)

aaa bbb
aaa bbb
"aaa bbb
aaa bbb"
aaa bbb

but when you copy and paste OUT of Calc, you get
aaa bbb
aaa bbb
aaa bbb "aaa bbb
aaa bbb"
aaa bbb

During the paste, the preview shows that the line with "aaa bbb" seems to have
converted the "" into some kind of line break while removing the "".

If some sort of escaping is needed for pasting a line with "" into Calc, Calc
should add those automatically but either way, it should not merge/hide the
line with the ""

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to