https://bugs.documentfoundation.org/show_bug.cgi?id=165332
Bug ID: 165332
Summary: Calc: Copy of multiple lines (as unformatted text)
interprets " \t" as two column breaks
Product: LibreOffice
Version: 25.2.0.3 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
1) Copy of ONE LINE of unformatted text understand " \t" as
<space><new_column>.
2) Copy of MULTIPLE LINES of unformatted text understand " \t" as
<new_column><new_column>.
It understood as <space><new_column> in both cases in version 24.2.
Steps to Reproduce:
Case a:
1. Copy text "a1 b1" (ie. "a1 \tb1") as unformatted text (Ctrl + Shift +
V) in cell A1.
2. Result: "a1 " in A1 cell, "b1" in B1 cell. It WORKS as expected (and as 24.2
version).
------------------------
Case b:
1. Copy text "a2 b2
a3 b3" (ie. "a2 \tb2\r\la3 \tb3") as unformatted text (Ctrl + Shift + V)
in cell A2.
2. Result: "a2" in A2 cell, cell B2 empty, "b2" in C2 cell, "a3" in A3 cell,
cell B3 empty, "b3" in C3 cell. It IS WRONG (and different than in 24.2
version).
Actual Results:
Interpretation " \t" as <new_column><new_column>.
Expected Results:
Interpretation " \t" as <space><new_column>.
Reproducible: Always
User Profile Reset: No
Additional Info:
Version: 25.2.0.3 (X86_64) / LibreOffice Community
Build ID: e1cf4a87eb02d755bce1a01209907ea5ddc8f069
CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 22631); UI render:
Skia/Raster; VCL: win
Locale: cs-CZ (cs_CZ); UI: cs-CZ
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.