https://bugs.documentfoundation.org/show_bug.cgi?id=164036
Bug ID: 164036
Summary: EDITING : case-sensitive sort doesn't work
Product: LibreOffice
Version: 24.2.4.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Changing the setting "Case sensitive" in the "Options" tab of Calc's "Sort"
dialog has no apparent effect.
Steps to reproduce:
1. Create new spreadsheet document.
2. Enter these strings in column A, rows 1–6 (without the quotes):
"a", "c", "B", "C", "A", "b"
4. Select all the cells in the sheet.
3. Invoke the Sort dialog: <main menu bar> → "Data" → "Sort ...".
4. In the "Sort Criteria" tab, for Sort Key 1, select column A.
5. In the "Options" tab, check "Case sensitive".
6. Click the "OK" button.
Expected result: the order of the cells in column A, rows 1–6 is now:
"A", "B", "C", "a", "b", "c"
Observed result: the order of the cells in column A, rows 1–6 is now:
"a", "A", "b", "B", "c", "C"
The observed result would be (and is) the expected result with the "Case
sensitive" option UNchecked.
--
You are receiving this mail because:
You are the assignee for the bug.