https://bugs.documentfoundation.org/show_bug.cgi?id=154824
Bug ID: 154824
Summary: Incorrect table sorting
Product: LibreOffice
Version: 7.4.4.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
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|
|---------|
--
You are receiving this mail because:
You are the assignee for the bug.