Bug 154824 - Incorrect table sorting / merged cells
Summary: Incorrect table sorting / merged cells
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.2.0.4 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Writer-Tables
  Show dependency treegraph
 
Reported: 2023-04-15 12:36 UTC by Alexander Kurakin
Modified: 2023-06-02 20:13 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Test case file (9.74 KB, application/vnd.oasis.opendocument.text)
2023-04-17 16:05 UTC, Alexander Kurakin
Details
Before and The step to reproduce (50.05 KB, image/png)
2023-04-17 16:20 UTC, Alexander Kurakin
Details
Result (2.43 KB, image/png)
2023-04-17 16:21 UTC, Alexander Kurakin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kurakin 2023-04-15 12:36:23 UTC
1. Create the following table:

|---------|
|A | B | 1|
|---------|
|  |   | 2|
|C | D |--|
|  |   | 3|
|---------|
|E | F | 4|
|---------|

2. Sort it by the first column.

3. Result:

|---------|
|  |   | 3|
|---------|
|  |   | 1|
|A | B |--|
|  |   | 2|
|---------|
|E | F | 4|
|---------|
Comment 1 Alexander Kurakin 2023-04-17 16:05:57 UTC
Created attachment 186738 [details]
Test case file

Version: 7.4.4.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Gentoo official package
Calc: threaded
Comment 2 Alexander Kurakin 2023-04-17 16:20:41 UTC
Created attachment 186743 [details]
Before and The step to reproduce
Comment 3 Alexander Kurakin 2023-04-17 16:21:02 UTC
Created attachment 186744 [details]
Result
Comment 4 raal 2023-04-17 19:07:10 UTC
Confirm with Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)
and Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 60bce1af8aab2115d603781193bb659b35d1aedb
CPU threads: 4; OS: Linux 5.19; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded
Comment 5 Alexander Kurakin 2023-06-02 20:13:55 UTC
Should we mark this as "data corruption bug"? Is there some META, etc?