Bug 502221

Summary: Text goes out of window in dialog
Product: [Plasma] policykit-kde-agent-1 Reporter: Justin Zobel <justin>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: aleixpol, drf, jgrulich, jreznik, kde, nate, sitter
Priority: HI    
Version First Reported In: master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot

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.