| Summary: | Folders in search results in the details view can not be expanded / are shown as expandable | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Fabian Arndt <fabian.arndt> |
| Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | dolphin-bugs-null, postix |
| Priority: | NOR | ||
| Version First Reported In: | 24.02.2 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=430177 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The folder can not be expanded (by Greg Lepore) | ||
|
Description
Fabian Arndt
2023-10-18 00:47:49 UTC
Setting status to confirmed, as I can confirm what Greg has posted. 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. The attachment plays an audio (song) for me. |