https://bugs.kde.org/show_bug.cgi?id=505370
--- Comment #1 from [email protected] --- Bisect led to ``` debd9fd15a6fae6d745fa6f3b0e5e812ac163162 is the first bad commit commit debd9fd15a6fae6d745fa6f3b0e5e812ac163162 (HEAD) Author: Akseli Lahtinen <[email protected]> Date: Wed Apr 9 16:47:54 2025 +0000 KFileWidget: Ignore selected folders during file selection During file selection, there's no reason to add the selected folder to the url bar (thus making it selected). User can still visually select the folder. Instead, just ignore any selected folders and add only files. We can then delete the folder checking while loop. This does not affect directory selection. BUG: 271400 FIXED-IN: 6.14 src/filewidgets/kfilewidget.cpp | 44 +++++++++++++++++--------------------------- 1 file changed, 17 insertions(+), 27 deletions(-) ``` https://invent.kde.org/frameworks/kio/-/commit/debd9fd15a6fae6d745fa6f3b0e5e812ac163162 -- You are receiving this mail because: You are watching all bug changes.
