<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 - Newline in cell formula are ignored when copy-pasting more than one cell in Calc 6.x"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119928">119928</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Newline in cell formula are ignored when copy-pasting more than one cell in Calc 6.x
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>6.1.0.3 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>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>antoine.monmayrant+bugdocumentfundation@laas.fr
</td>
</tr></table>
<p>
<div>
<pre>Description:
When copy-pasting multiple cells from Calc to a text editor, the newline
present in the cells are ignored in LibreOffice Calc 6.x leading to unexpected
copied text.
The bug is confirmed under both Linux and Windows and was not present in
LibreOffice Calc 5.x.
Steps to Reproduce:
1. Create a cell (let's say A1) with a multiline content like (typed using
Ctrl+Enter for line breaks:
line1
line2
line3
2. Select both A1 and A2 (A2 can be empty)
3. Copy (Ctrl+C) the content of the cells
4. Paste as text in a text editor (notepad++, notepad, gedit, kate ...)
Actual Results:
The text editor contains one single line that reads:
line1 line2 line3
Expected Results:
The text editor should contain3 lines:
line1
line2
line3
Reproducible: Always
User Profile Reset: No
Additional Info:
1) This bug is a regression: the normal behavior has been confirmed under both
Linux & Windows using LibreOffice Calc 5.x versions.
2) This bug is only triggered when more than 1 cell is selected. If only the
cell A1 in the above example is selected, the pasted text is correct (ie
multiline).
3) This bug has been confirmed under Linux (Ubuntu 16.04 64bits) & Windows (7
pro 64 bits).
///
Version: 6.1.0.3
Build ID: efb621ed25068d70781dc026f7e9c5187a4decd1
CPU threads: 16; OS: Linux 4.4; UI render: default; VCL: gtk2;
Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded</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>