<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Copy and paste XML data from LibreOffice ends in tuples of double quotes (FORMATTING)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113571">113571</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Copy and paste XML data from LibreOffice ends in tuples of double quotes (FORMATTING)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.3.6.1 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>clemensprill@yahoo.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>