Bug 388104 - Window can be resized small enough to cut off content on Applications page
Summary: Window can be resized small enough to cut off content on Applications page
Status: VERIFIED FIXED
Alias: None
Product: Discover
Classification: Applications
Component: discover (show other bugs)
Version: 5.11.4
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-21 05:34 UTC by Nate Graham
Modified: 2017-12-29 14:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Content clipped when window is narrow (855.19 KB, video/webm)
2017-12-21 05:34 UTC, Nate Graham
Details
Still happening in git master (188.41 KB, image/png)
2017-12-28 19:00 UTC, Nate Graham
Details

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