Opened 5 years ago
Last modified 20 months ago
#50684 new defect (bug)
Font/font-size change on login screen
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | needs-design-feedback |
Focuses: | ui, css, administration | Cc: |
Change History (10)
#1
@
5 years ago
- Component changed from Administration to Login and Registration
- Focuses ui css added
This ticket was mentioned in Slack in #core-css by ryelle. View the logs.
5 years ago
#3
@
5 years ago
#4
@
5 years ago
Just noting that the Chrome issue above is closed as WontFix, as the original change was a security fix:
This is due to a change, rogerm@ landed in M74. https://crrev.com/9e68c4db781b71e9ea772ab60d34c7f10e100b57, which is due to a security requirement that I cannot elaborate on, yet. Sorry, but I have to mark this as Won't fix.
https://bugs.chromium.org/p/chromium/issues/detail?id=953689#c10
This is closed as Won't Fix because allowing the website to style the font enables it to steal data that the user has not selected to share with the website via side channel attacks. We may need to change the entire interaction pattern but don't have anything ready, yet.
https://bugs.chromium.org/p/chromium/issues/detail?id=953689#c37
This ticket was mentioned in Slack in #core-css by kirstyburgoine. View the logs.
5 years ago
#6
@
5 years ago
Hmm if we can't change it in Chrome I wonder if we just make that the baseline. Setting the style of the form to use that font/font-size so the text doesn't change when you start entering text.
This ticket was mentioned in Slack in #core-css by kirstyburgoine. View the logs.
4 years ago
#8
@
4 years ago
- Keywords needs-design-feedback added
Added the needs-design-feedback
keyword as this probably needs a review to see if there is a design option to make this less jarring at all
That happens with logins other than WordPress; it's a Chrome issue.
https://bugs.chromium.org/p/chromium/issues/detail?id=953689#c37
The font styles (font-family and font-size) are not honored and it falls back to the browser default:
font: 400 13.3333px Arial;
(for me, on Windows)There might be a way to work around that, but I haven't found it. (
-webkit-autofill
did not work for font styles.)