Bug 427058 - When window size is small, accessing minimized toolbar items from 'arrow' menu is problematic
Summary: When window size is small, accessing minimized toolbar items from 'arrow' men...
Status: CONFIRMED
Alias: None
Product: frameworks-kxmlgui
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.74.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2020-09-28 01:44 UTC by Max
Modified: 2020-09-28 16:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Small screen record to illustrate described issue. (225.11 KB, video/mp4)
2020-09-28 01:44 UTC, Max
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max 2020-09-28 01:44:01 UTC
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
Comment 1 Max 2020-09-28 08:45:39 UTC
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).