Bug 400143 - Menus being cut off
Summary: Menus being cut off
Status: RESOLVED UPSTREAM
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-22 07:41 UTC by ghavamikia
Modified: 2018-10-23 15:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.