[Libreoffice-bugs] [Bug 113571] New: Copy and paste XML data from LibreOffice ends in tuples of double quotes (FORMATTING)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 1 14:34:20 UTC 2017


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

            Bug ID: 113571
           Summary: Copy and paste XML data from LibreOffice ends in
                    tuples of double quotes (FORMATTING)
           Product: LibreOffice
           Version: 5.3.6.1 release
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: clemensprill at yahoo.de

Description:
When I try to copy and paste XML data from LibreOffice, it ends in tuples of
double quotes inserted in my pasted data. This is not expected by the user.

Steps to Reproduce:
1. Copy this XML data:

<?xml version="1.0" encoding="UTF-8"?>
<test>
  <hello>world</hello>
</test>

2. Paste the copied XML data into a single cell
3. copy the cell of step 2
4. paste the copied content into any editor

Actual Results:  
"<?xml version=""1.0"" encoding=""UTF-8""?>
<test>
  <hello>world</hello>
</test>"

Expected Results:
<?xml version="1.0" encoding="UTF-8"?>
<test>
  <hello>world</hello>
</test>


Reproducible: Always


User Profile Reset: No



Additional Info:
This behavior is the same under Office 365 but it is really bad user
experience: What you see and copy should be what you get.

Using the 'clear' function on the cell is a workaround.


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101
Firefox/56.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171101/8a205f80/attachment.html>


More information about the Libreoffice-bugs mailing list