Bug 400143

Summary: Menus being cut off
Product: [I don't know] kde Reporter: ghavamikia
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description ghavamikia 2018-10-22 07:41:21 UTC
SUMMARY
SubMenus in kirigami app like settings window don't respect window bordes

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2018-10-23 15:08:25 UTC
This is an issue with QtQuick itself: menus are not implemented as separate windows; they are painted by the parent window. This means they cannot escape from the parent window's bounds.

Please read https://community.kde.org/Get_Involved/Bug_Reporting before filing any more bugs. For future bugs, please fill in the template, include Steps To Reproduce, file the bug to the correct product (or at least make an effort...) only report one issue per bug, etc.