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: [email protected]
Reporter: [email protected]
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs