[Libreoffice-bugs] [Bug 123095] Auto filter result is wrong when cell value contains full-width and half-width characters and case-insensitive filtering is used
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 20 11:15:34 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=123095
--- Comment #8 from Kevin Suo <suokunlong at 126.com> ---
Maybe we can treat "(x)" and "(x)" to be the same because case-sensitive is
off, but the problem is that if they are treated the same, then if I select
"(x)" in the dropdown list and click OK, then the filtered result should
include both "(x)" and "(x)".
Steps to Reproduce:
1. Produce the following records:
a
(x)
(x)
y
2. Set autofilter.
--> It shows "(x)" and "y".
(Fine, if we agree that the half-width and full-with brackets are the same).
3. Select "(x)" only in the dropdown, click OK.
--> Bug! Only the "(x)" is in the filtered result.
(This is the risk part I am concerning. You will miss the "(x)" in your data
analyzing flow.)
I have no idea whether there are other chars being treated this way.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201120/f4daf5ed/attachment.htm>
More information about the Libreoffice-bugs
mailing list