Bug 402280

Summary: Scrollable sheet in language KCM escapes from its bounds
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: chiv <noonecancrackit>
Component: generalAssignee: Marco Martin <notmart>
Status: VERIFIED FIXED    
Severity: normal CC: bugseforuns, nate, rapiteanu.catalin
Priority: NOR    
Version: 5.53.0   
Target Milestone: Not decided   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: The screenshot.

Description chiv 2018-12-18 06:08:14 UTC
Created attachment 116984 [details]
The screenshot.

SUMMARY

The widget cross over the top-border, it's obviously in the attachment. A screenshot(in attachment) is enough to describe it.

STEPS TO REPRODUCE
1. launch the "system settings", select "Regional Settings",
2. Select "Language" in the left tree view, then click the button "Add Languages"
3. Drag the scroll bar down, then you'll got that bug.

OBSERVED RESULT
The widget cross over the top-border

EXPECTED RESULT


SOFTWARE/OS VERSIONS

OS : KDE NEON 5.14 user edition.


ADDITIONAL INFORMATION
Comment 1 Nate Graham 2018-12-27 03:14:21 UTC
Whoops! Can confirm.
Comment 2 Patrick Silva 2019-02-28 11:06:31 UTC
Bug persists.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.15.2
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1
Comment 3 Marco Martin 2019-03-05 17:05:30 UTC
Git commit 1da28ae4e63c67d42d7098cac60d9c088837ff60 by Marco Martin.
Committed on 05/03/2019 at 17:04.
Pushed by mart into branch 'master'.

clip overlaysheet

in some scenarios contents can bleed out

M  +2    -1    src/controls/templates/OverlaySheet.qml

https://commits.kde.org/kirigami/1da28ae4e63c67d42d7098cac60d9c088837ff60
Comment 4 Nate Graham 2019-03-05 17:18:33 UTC
Thanks Marco!