https://bugs.kde.org/show_bug.cgi?id=271400
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |6.14 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/debd9fd | |15a6fae6d745fa6f3b0e5e812ac | |163162 --- Comment #3 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit debd9fd15a6fae6d745fa6f3b0e5e812ac163162 by Akseli Lahtinen. Committed on 09/04/2025 at 16:47. Pushed by akselmo into branch 'master'. 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. FIXED-IN: 6.14 M +17 -27 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/-/commit/debd9fd15a6fae6d745fa6f3b0e5e812ac163162 -- You are receiving this mail because: You are watching all bug changes.