Bug 402280 - Scrollable sheet in language KCM escapes from its bounds
Summary: Scrollable sheet in language KCM escapes from its bounds
Status: VERIFIED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.53.0
Platform: Neon Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-18 06:08 UTC by chiv
Modified: 2019-03-05 17:18 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
The screenshot. (35.45 KB, image/png)
2018-12-18 06:08 UTC, chiv
Details

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