Bug 391815

Summary: menu cutoff
Product: [Plasma] kwin Reporter: ghavamikia
Component: appmenuAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: giuseppe.lovarelli, kde, nate, sebastian.pb31
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description ghavamikia 2018-03-13 14:25:25 UTC
The menu needs to avoid being cut off if there isn’t enough space. For example, if I have an application window near the bottom of the screen, the hamburger menu opens downwards and gets cut off as it goes off-screen. This makes it unusable in those situations. I would expect it to adapt and open upwards if there isn’t space to open downwards, or otherwise relayout in some way to fit everything.
Comment 1 Kai Uwe Broulik 2018-03-13 14:26:17 UTC
Problem is the menu is popuplated asynchronously and then Qt fails to reposition it since it only does that once when opening it.
Comment 2 TYY331 2018-05-26 06:27:42 UTC
The menus are displayed correctly if you go to another entry and then back to the original, it's the first time they are displayed that doesn't respect screen space.
Comment 3 TYY331 2018-05-26 06:28:13 UTC
*** Bug 391172 has been marked as a duplicate of this bug. ***
Comment 4 Nate Graham 2024-06-18 17:21:40 UTC

*** This bug has been marked as a duplicate of bug 395179 ***