Bug 388104

Summary: Window can be resized small enough to cut off content on Applications page
Product: [Applications] Discover Reporter: Nate Graham <nate>
Component: discoverAssignee: Aleix Pol <aleixpol>
Status: VERIFIED FIXED    
Severity: normal CC: bugseforuns
Priority: NOR    
Version: 5.11.4   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Content clipped when window is narrow
Still happening in git master

Description Nate Graham 2017-12-21 05:34:35 UTC
Created attachment 109468 [details]
Content clipped when window is narrow

See attached screen recording. Ideally, the content view would continue to adjust to any window size without ever getting clipped.
Comment 1 Aleix Pol 2017-12-28 17:05:38 UTC
Not a problem on 5.12 design.
Comment 2 Nate Graham 2017-12-28 19:00:08 UTC
Created attachment 109560 [details]
Still happening in git master

Actually I can reproduce this on git master. Screenshot attached.
Comment 3 Aleix Pol 2017-12-29 13:06:56 UTC
Git commit f7126c490da796ca8505c33d8df22bf55a4fca1e by Aleix Pol.
Committed on 29/12/2017 at 13:01.
Pushed by apol into branch 'master'.

Fix ApplicationPage when the origin is very long and exceeds the width

M  +2    -0    discover/qml/ApplicationPage.qml
M  +1    -0    discover/qml/LinkButton.qml

https://commits.kde.org/discover/f7126c490da796ca8505c33d8df22bf55a4fca1e
Comment 4 Nate Graham 2017-12-29 14:29:13 UTC
Confirming the fix. Thanks!