Bug 158613 - Autofilter entries not consistent between first and subsequent opening (with background color in cells)
Summary: Autofilter entries not consistent between first and subsequent opening (with ...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Chart (show other bugs)
Version:
(earliest affected)
24.2.0.0 alpha1+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, implementationError
Depends on:
Blocks: AutoFilter-Color
  Show dependency treegraph
 
Reported: 2023-12-09 08:40 UTC by Aron Budea
Modified: 2023-12-09 08:42 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Budea 2023-12-09 08:40:55 UTC
- Open attachment 187809 [details] from bug 143103,
- Open autofilter.

=> Note that the filter has 12 entries, starting with "(empty)" and ending with "z".

- Close and open autofilter again.

=> Filter now has 15 entries, starting with "(empty)" and ending with "zzzrz".
This is the correct result, the previous one is wrong.

This started with the following commit, previously autofilter stopped with the first empty cell, while now empty cells with background color are also included and maintain continuity of the filter (the additional entries are after empty cells with only background color set).
The issue is that the listed entries in the filter should be consistent.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=8b2369236dea7d6863c2df3d4ce5e356c9c8010c
author		Henry Castro <hcastro@collabora.com>	2023-11-23 11:49:15 -0400
committer	Henry Castro <hcastro@collabora.com>	2023-11-29 12:05:25 +0100

sc: fix back color filter entries