STEPS TO REPRODUCE 1. Details View 2. Zoom out 3. Select an item OBSERVED RESULT The folder icon changes from black to white, while the text stays black. EXPECTED RESULT The folder icon stays black as it does for the other views SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20250816 KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1 Kernel Version: 6.16.1-1-default (64-bit) Graphics Platform: Wayland
- Compact view is also affected - Symbol view is _not_ affected
I've noticed that folder overlays are also affected.
Can confirm, need to fix it. Operating System: Fedora Linux 42 KDE Plasma Version: 6.4.80 KDE Frameworks Version: 6.18.0 Qt Version: 6.9.1 Kernel Version: 6.15.10-200.fc42.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 16 GiB of RAM (15.5 GiB usable) Graphics Processor: AMD Radeon RX 6600
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1038
Git commit 0573dce6d3d4056564b0d7e369f914fb81e83093 by Akseli Lahtinen. Committed on 02/09/2025 at 08:51. Pushed by meven into branch 'master'. KStandardItemListWidget: Color icon only if item isPressed Due to the new focus changes, our background highlights are more transparent. This means that the selected icon color is wrong, since it's meant for fully opaque background We should color the icon only when the element is pressed, which is the only time we use fully opaque background. M +1 -1 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/-/commit/0573dce6d3d4056564b0d7e369f914fb81e83093
Git commit 35831916f7e7a8463cb8eef476107ca667a1680c by Akseli Lahtinen. Committed on 15/09/2025 at 09:13. Pushed by akselmo into branch 'release/25.08'. KStandardItemListWidget: Color icon only if item isPressed Due to the new focus changes, our background highlights are more transparent. This means that the selected icon color is wrong, since it's meant for fully opaque background We should color the icon only when the element is pressed, which is the only time we use fully opaque background. (cherry picked from commit 0573dce6d3d4056564b0d7e369f914fb81e83093) M +1 -1 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/-/commit/35831916f7e7a8463cb8eef476107ca667a1680c