Bug 502221 - Text goes out of window in dialog
Summary: Text goes out of window in dialog
Status: RESOLVED NOT A BUG
Alias: None
Product: policykit-kde-agent-1
Classification: Plasma
Component: general (other bugs)
Version First Reported In: master
Platform: Other Linux
: HI normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-31 00:11 UTC by Justin Zobel
Modified: 2025-04-01 12:47 UTC (History)
7 users (show)

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


Attachments
Screenshot (221.51 KB, image/png)
2025-03-31 00:11 UTC, Justin Zobel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Zobel 2025-03-31 00:11:00 UTC
Created attachment 179876 [details]
Screenshot

From Harald's recent livestream.
Comment 1 Nate Graham 2025-03-31 20:24:45 UTC
This is a bit odd. Here's the code for that heading:

https://invent.kde.org/plasma/polkit-kde-agent-1/-/blob/master/qml/QuickAuthDialog.qml?ref_type=heads#L155-161

It's set up to wrap properly. It looks like what might be happening is that the password field is too long for the window, causing the layout  to extend beyond it, so the header never does think it should wrap.

Did you see this on your own system, or is it a screenshot from the livestream?
Comment 2 Justin Zobel 2025-04-01 01:58:49 UTC
From Harald and Aleix's live stream.
Comment 3 Harald Sitter 2025-04-01 12:47:13 UTC
I am using a hacked up prototype of a system modal dialog. Guess I broke something wrt wrapping. Nothing to see here, move along.