keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
20.95k stars 1.45k forks source link

Horizontal scrollbar not visible in groups #11300

Open leohoman opened 1 week ago

leohoman commented 1 week ago

Overview

KeepassXC doesn't show horizontal scrollbar when group name(s) don't fit to group area. keepassxc_scrollbar_bug

Steps to Reproduce

  1. Create a group with long enough name that doesn't fit to group area

Expected Behavior

KeepassXC should show horizontal scrollbar when group names don't fit to group listing area.

Actual Behavior

The group area doesn't show horizontal scrollbar and group names are partially hidden (unless you widen the group area enough).

KeePassXC - Version 2.7.9 Revision: 8f6dd13

Operating System: Windows & Linux

droidmonkey commented 1 week ago

There is a horizontal scroll bar but it only shows when the panel is minimized significantly. That is because Text Elision is default turned on (...) and a little bug in Qt that doesn't resize the column automatically.

I have turned it off here and will add this to 2.7.10, thank you for the report!

image