<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 a table in Writer is not the same as Calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144576">144576</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Copy a table in Writer is not the same as Calc
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>7.1.3.2 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>Writer
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>sr.enriquez@yahoo.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
The "table" format should be tab for new column and \n (new line) for new row.
This format is correct in Calc, but not in Writer.

Example:
I've open 2 documents, one in Calc and other in Writer, both with a 2x2 table,
and this is what happens when I copy these tables and paste it right here:

Calc (correct):
(1,1)   (1,2)
(2,1)   (1,2)

Writer (incorrect):
(1,1)
(1,2)
(2,1)
(1,2)



Steps to Reproduce:
1.Open Writer
2.Create a table
3.Copy the table
4.Paste it in a text editor as notepad or this text boxes

Actual Results:
A non "table-formated" string.
Cells separated only with new lines.

Expected Results:
A "table-formated" string.
Cells separated with new lines and tabs.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL</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>