[dolphin] [Bug 475769] Folders in search results in the details view can not be expanded / are shown as expandable

Fabian Arndt bugzilla_noreply at kde.org
Sun Apr 28 16:37:30 BST 2024


https://bugs.kde.org/show_bug.cgi?id=475769

Fabian Arndt <fabian.arndt at root-core.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|23.08.1                     |24.02.2

--- Comment #2 from Fabian Arndt <fabian.arndt at root-core.net> ---
I retested it on KDE Plasma 6.0.4 / Dolphin 24.02.2 and the bug is still
present.
--
I have analysed the issue further and made some observations.
It happens, if all files of the folder are included in the search results.

Imagine this structure:
> txt
> > Text File.txt
> > Text File (1).txt

Now search for "txt"
> txt
> Text File.txt
> Text File (1).txt

You can not expand the folder. Adding some other file into the folder (eg.
"HTML File.html") makes it expandable:
> txt
> > Text File.txt
> > Text File (1).txt
> > HTML File.html
> Text File.txt
> Text File (1).txt

---

BUT:
If you name at least one file of the matches with a leading number, it does not
work!

> txt
> > 1a.txt
> > abc.txt

Search for txt:
> txt
> 1a.txt
> abc.txt

Adding the "HTML File.html" into the folder and search again:
> txt
> 1a.txt
> abc.txt

The folder is not expandable. It works with "a1.txt" though.
The ordering doesn't seem to have an influence.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list