Bug 416261 - Text becomes cut off if window is too small
Summary: Text becomes cut off if window is too small
Status: RESOLVED FIXED
Alias: None
Product: frameworks-knewstuff
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.66.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jeremy Whiting
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2020-01-14 18:38 UTC by postix
Modified: 2020-01-14 19:49 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of the issue. (75.73 KB, image/png)
2020-01-14 18:38 UTC, postix
Details
Screen recording. (1.03 MB, video/mp4)
2020-01-14 18:44 UTC, postix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description postix 2020-01-14 18:38:35 UTC
Created attachment 125124 [details]
Screenshot of the issue.

SUMMARY

The window to download new widgets for the Plasmashell can be resized. However, if shrinked too much in width, it may happen that the description text, name etc.simply become cut off.  

Either it should have a minimum width or the text should move under the screenshot depending on the size.

Please see the screenshot.


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0
Comment 1 postix 2020-01-14 18:44:03 UTC
Created attachment 125126 [details]
Screen recording.
Comment 2 Nate Graham 2020-01-14 18:45:03 UTC
This is the old dialog; we're in the process of porting everything to a fancy new QML-based dialog that doesn't have this problem. Let's focus on that one if possible! :)
Comment 3 postix 2020-01-14 18:45:37 UTC
(In reply to Nate Graham from comment #2)
> This is the old dialog; we're in the process of porting everything to a
> fancy new QML-based dialog that doesn't have this problem. Let's focus on
> that one if possible! :)

Sounds good!
Comment 4 postix 2020-01-14 18:46:32 UTC
(In reply to Nate Graham from comment #2)
> This is the old dialog; we're in the process of porting everything to a
> fancy new QML-based dialog that doesn't have this problem. Let's focus on
> that one if possible! :)

When is the new QML based dialog expected to see in the wild? With which update?
Comment 5 Nate Graham 2020-01-14 19:10:50 UTC
Plasma 5.18, which will be released in a month!
Comment 6 Christoph Feck 2020-01-14 19:43:57 UTC
I think the dialog is part of the knewstuff framework. Is the QML-based dialog released separately in Plasma as a plugin to replace the standard dialog?
Comment 7 Nate Graham 2020-01-14 19:49:42 UTC
No, it's also in the KNewStuff framework, alongside the old QWidgets one.