Summary: | Long PassiveNotification text overflows | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | me, notmart |
Priority: | NOR | ||
Version: | Master | ||
Target Milestone: | Not decided | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kirigami/-/commit/3e2300fc5c6028d0364981d33c2155c8d102ca5e | Version Fixed In: | 6.0 |
Sentry Crash Report: | |||
Attachments: | Overflowing PassiveNotification text |
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/509 Oops, wrong bug report. That MR fixes Bug 475905. Git commit 3e2300fc5c6028d0364981d33c2155c8d102ca5e by Nate Graham, on behalf of Jack Hill. Committed on 20/02/2024 at 17:40. Pushed by ngraham into branch 'master'. Fix PassiveNotificationsManager height for wrapped text `contentItem.implicitHeight` wasn't being updated properly ('twas set to 0), so we have to force it with `void contentItem.implicitHeight`. FIXED-IN: 6.0 M +6 -0 src/controls/templates/private/PassiveNotificationsManager.qml https://invent.kde.org/frameworks/kirigami/-/commit/3e2300fc5c6028d0364981d33c2155c8d102ca5e |
Created attachment 162519 [details] Overflowing PassiveNotification text See attached screenshot.