| Summary: | When window size is small, accessing minimized toolbar items from 'arrow' menu is problematic | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | Max <maximtsyba> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | dolphin-bugs-null, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.74.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Small screen record to illustrate described issue. | ||
UPD: I found out, which exact interface element recognizes the mouse hover - it seems to be small area for drag resizing directories panel (at which cursor changes shape to 2-side arrows). |
Created attachment 131976 [details] Small screen record to illustrate described issue. SUMMARY Accessing hidden toolbar items is problematic, because pop-up disappears before any item is selected - I think it happens because of a bug that items below pop-up recognize the cursor hover, and pop-up loses focus. STEPS TO REPRODUCE 1. Dolphin's window size is minimized, toolbar items located on the right side get hidden under arrow button. 2. Clicking on arrow button reveals pop-up panel, containing row with all hidden items. 3. Trying to click any item located on the left side of pop-up panel OBSERVED RESULT Pop-up immediately disappears when any interface interactive element in Dolphin gets hovered by cursor (even if item is located beneath the pop-up or very close to it). EXPECTED RESULT Pop-up should disappears only after mouse click - inside or outside the panel. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Neon: 5.19 Plasma: 5.19.5 KDE Frameworks: 5.74.0 ADDITIONAL INFORMATION