Bug 464681 - Long section name isn't truncated
Summary: Long section name isn't truncated
Status: ASSIGNED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.102.0
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-23 09:01 UTC by popov895
Modified: 2023-02-01 20:48 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Long section name (101.87 KB, image/png)
2023-01-23 09:01 UTC, popov895
Details

Note You need to log in before you can comment on or make changes to this bug.
Description popov895 2023-01-23 09:01:15 UTC
Created attachment 155525 [details]
Long section name

SUMMARY

Long section name isn't truncated. See attached image.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.26
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Graphics Platform: X11
Comment 1 Nate Graham 2023-01-24 18:37:18 UTC
Looks like we broke this in Kirigami.ListSectionHeader with the new style. It has this:

Layout.fillWidth: rowLayout.children.length === 1

But that's now always false since there's a separator in the row layout.
Comment 2 Bug Janitor Service 2023-01-24 18:44:58 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/912
Comment 3 Bug Janitor Service 2023-02-01 20:48:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/953