https://bugs.kde.org/show_bug.cgi?id=504054
Bug ID: 504054 Summary: KUrlNavigator: Read-only badge is always positioned on the left Classification: Frameworks and Libraries Product: frameworks-kio Version: 6.14.0 Platform: Other OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: URL navigator Assignee: kio-bugs-n...@kde.org Reporter: c...@horwell.me CC: kdelibs-b...@kde.org Target Milestone: --- Created attachment 181171 --> https://bugs.kde.org/attachment.cgi?id=181171&action=edit Mockup showing KIO 6.14.0, 6.11.0 and desired visual SUMMARY The recent improvements in the URL navigator is looking much better now (i.e. https://invent.kde.org/frameworks/kio/-/merge_requests/1842). However, unlike KIO <= 6.11.0, the 'emblem' displayed for the current folder is now always positioned before the first item. Contextually, it would make sense to reinstate it's position back on the right, as it concerns the folder being displayed, not the first item. The code suggests that the widget is supposed to appear after the path box, so this might be a bug: m_layout->addWidget(m_pathBox, 1); m_layout->addWidget(m_badgeWidgetContainer); STEPS TO REPRODUCE 1. Open Dolphin 2. Open a read only folder a few directories deep (e.g. /var/log/audit) 3. Observe the position of the badge icon. OBSERVED RESULT Badge icon appears before the first item. When there are long names, it appears like the first item might be the read only folder due to the chevron (see attachment) EXPECTED RESULT Badge icons appear next the currently opened folder (in bold). SOFTWARE/OS VERSIONS Arch Linux KDE Plasma: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Dolphin 25.04.1 -- You are receiving this mail because: You are watching all bug changes.