GNOME Bugzilla – Bug 782000
password modal dialog has text flow problems when Large Text is enabled
Last modified: 2017-05-05 09:29:15 UTC
Created attachment 350777 [details] screenshot Summary: GNOME Terminal or Tilix, ssh to a remote using keys, I get a modal password dialog for the key; and this dialog has visibility problems. Not all of the text is readable. Reproducible: Always Version: gnome-shell-3.24.1-1.fc26.x86_64 Regression: No, has been going on for several Fedora releases. Reproduce steps: 1. Enable Large Text in Universal Access 2. Use ssh and public key authentication (see attached screen shot) Actual results: Title statement is cut off at the word privat(e) Unlock button is hiding a full line of text Expected results: Make the dialog bigger so the larger text is completely visible. Additional info: Problem doesn't happen by default, requires Large Text to be enabled.
Created attachment 350795 [details] [review] theme: Use font-relative width for prompts The usual expectation when selecting large fonts is for content to be bigger, not that less content is displayed. While not always possible, there's no reason not to scale modal dialogues with the font size.
Review of attachment 350795 [details] [review]: looks fine. from a quick look we have the same problem for .nm-dialog and .mount-question-dialog-subject
Created attachment 351140 [details] [review] theme: Use font-relative width for prompts (In reply to Rui Matos from comment #2) > from a quick look we have the same problem for .nm-dialog and > .mount-question-dialog-subject Right. .search-entry might be another candidate, but leaving out non-dialogues for now ...
Review of attachment 351140 [details] [review]: ++
Attachment 351140 [details] pushed as 2a3a5df - theme: Use font-relative width for prompts