Odd text and layout stuff happening in latest Nightlies
Categories
(Core :: Layout: Text and Fonts, defect, P1)
Tracking
()
People
(Reporter: chutten, Unassigned)
Details
(Keywords: regressionwindow-wanted)
Attachments
(2 files)
Sorry I can't be more specific, so this may end up being the absolutely wrong component, but stuff's a little weird on Windows, Mac, and Linux.
Clicking to select text on google docs selects text too far up on the page
Text in google docs is cut off at the bottom
Google calendar has overlapping
"My Dashboard" on BMO has layout overlapping
Slack's nicknames no longer have the expected font decorations
Nightly 2020-06-23
Comment 1•5 years ago
|
||
Here is a screenshot of the "Text in google docs is cut off at the bottom" issue.
https://docs.google.com/document/d/1DgvdQYxyrSvkUQSOldRm9GhmbrnnOSu9xRFtIOzvrVs/edit Here is the link to that doc if it is helpful.
Comment 2•5 years ago
|
||
Is this with WebRender enabled? That Google docs bug seems similar to other recent WR bugs.
Does the "My Dashboard" stuff and so on go away shift-reloading / is it gone in the last update?
Comment 3•5 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #2)
Is this with WebRender enabled? That Google docs bug seems similar to other recent WR bugs.
Does the "My Dashboard" stuff and so on go away shift-reloading / is it gone in the last update?
WebRender is disabled for me, and shift-reloading and updating did not change anything (I'm on 79.0a1 (2020-06-23) )
Comment 4•5 years ago
|
||
I can't repro, though given you can, is there any chance you could find what broke this?
Comment 5•5 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #4)
I can't repro, though given you can, is there any chance you could find what broke this?
Yup, on it.
Comment 6•5 years ago
|
||
Thanks!
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Any table in google docs is incorrectly rendered for me.
Comment 8•5 years ago
|
||
I couldn't narrow it down to a commit, as every build as far back as May 14 was broken for me (when running on my current profile). When using a fresh profile I never saw the issue. Let me know if there are other steps I can take.
Comment 9•5 years ago
|
||
Can we figure out what causes the brokenness in your profile?
The "Important Modified Preferences" section in about:support may be useful as a first start.
| Reporter | ||
Comment 10•5 years ago
|
||
That this occurred based on time across a wide segment of the mozilla population suggests to me a study/experiment. But all my studies in about:studies are complete. (I can't seem to find a location where experiments would be listed, actually).
Comment 11•5 years ago
|
||
We figured out, turns out that this is Firefox Private Relay adding an * { box-sizing: content-box } to the page... :/
| Reporter | ||
Comment 12•5 years ago
|
||
relay.css is adding a rule * { box-sizing: border-box; } which appears to be the problem. This suggests that an update to the Firefox Private Relay addon I have installed is causing the mess.
I confirm that disabling the FPR Addon fixes the problem.
| Reporter | ||
Comment 13•5 years ago
|
||
Looks like this was independently discovered on github: https://github.com/mozilla/fx-private-relay/issues/472
Description
•