Steps to Reproduce: 1. Type the following in cells A1, A2 and A3: a 1000 '1000 i.e., the data label is "a", the first value is the number 1000, and the second value is the text 1000. 2. Set autofilter, click the dropdown, deselect the first item, OK. --> The filter result is empty. Expected: The filter result should either show the number 1000, or the text '1000. Further Steps: 3. Based on step 2, now click the dropdown and select "All", OK. --> Autofilter is still set, with empty result. Expected: The autofilter should reset and all the records should show up. One such real-world use case document is column B ("Allocation") in attachment 176404 [details] of bug 136838. Version: 7.3.0.0.alpha1+ / LibreOffice Community Build ID: a029e07ffbd6ea4a4a191188c5be2eca7e10066d CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3 Locale: zh-CN (zh_CN.UTF-8); UI: zh-CN Build Platform: Fedora34@X64, Branch:master, bibisect-linux-64-7.3-CN Calc: threaded Fedora 34 Wayland
Reproduced with 7.3/master daily build on Windows 10: Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community Build ID: 4be0ae19065b1b50870bc0b2a28189ad39c96a8a CPU threads: 2; OS: Windows 10.0 Build 19043; UI render: default; VCL: win Locale: zh-CN (zh_CN); UI: zh-CN Calc: threaded
The behavior in 7.1.7 is a bit different, but still buggy: (In reply to Kevin Suo from comment #0) > Steps to Reproduce: > [...] > 2. Set autofilter, click the dropdown, deselect the first item, OK. > > --> The filter result is empty. In 7.1.7 the result is also empty. > [...] > 3. Based on step 2, now click the dropdown and select "All", OK. > > --> Autofilter is still set, with empty result. In 7.1.7 clicking dropdown a second time and selecting "All" works and both A2 and A3 shows up. Version: 7.1.7.2 (x64) / LibreOffice Community Build ID: c6a4e3954236145e2acb0b65f68614365aeee33f CPU threads: 2; OS: Windows 10.0 Build 19043; UI render: default; VCL: win Locale: zh-CN (zh_CN); UI: zh-CN Calc: threaded Not sure how to set the Version field based on this, leaving it alone.
@Lubos have done some patches today like https://cgit.freedesktop.org/libreoffice/core/commit/?id=c41b0bf4c32e1934021d2d607f3f2fe7bc755cc8, maybe it's worth to retest in a couple of days.
(In reply to m.a.riosv from comment #3) Still broken as of 7b0aabe71d2455f6f643553a07f1056935cf190f which includes all the auto-filrer improvement patches these days, but this issue still exists.
Change version to 7.1.7 per comment 2.
Dear Kevin Suo, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Bug is still in Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 28cdcd829043b5c74cbbaf7bd3630a8c54c90e78 CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: zh-CN (zh_CN.UTF-8); UI: zh-CN Calc: threaded
Bug is still in Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7a3e9c66baff8554d1267bc98c9c69e763bc8bdc CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: zh-CN (zh_CN.UTF-8); UI: zh-CN Calc: threaded
The relevant code may be in: https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/typedstrdata.cxx?r=6d0fddb6 ScTypedStrData::LessXXX()
Balazs Varga: I think you may be interested in this one?