Footer of protection panel is cut on localized build
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | verified |
People
(Reporter: flod, Assigned: johannh)
References
Details
(Whiteboard: [privacy-panel][skyline])
Attachments
(3 files)
I assume it happens because the initial message spans on two lines.
Reporter | ||
Comment 1•6 years ago
|
||
Interestingly enough, if you click the "Site not working?" link, and go back, the footer is fully displayed.
Updated•6 years ago
|
Reporter | ||
Comment 4•6 years ago
|
||
This bug was duped against bug 1564077, but I'm still seeing the issue on 70.0a1 (2019-08-02) after the other bug was fixed.
The build is based on a changeset that includes that fix
https://hg.mozilla.org/mozilla-central/rev/5ced3811411e9b6f8f1ba02f518d0a5966a412af
Reporter | ||
Comment 5•6 years ago
•
|
||
Updated image with localized footer (landed in the past 24h).
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Yup, this one isn't on Andrew, though :)
Assignee | ||
Comment 7•6 years ago
|
||
We were hiding these labels by setting the "hidden" attribute by default and then, in CSS,
negating the effect of "hidden" by using display: unset;
. Turns out this isn't a great
idea because doing this won't remove the "hidden" attribute, which some code relies on
to figure out whether the element is hidden. Like in this case PanelMultiview:
https://searchfox.org/mozilla-central/rev/0ffa9e372df56c95547fed9c3433ddec4fbf6f11/browser/components/customizableui/PanelMultiView.jsm#1402
Here it tries to find elements to process as part of descriptionHeightWorkaround,
and that skips this technically visible element because it still has the hidden attribute.
Luckily that's easy to fix.
Comment 9•6 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Hello!
Reproduced the issue with Firefox 70.0a1 (20190728214940) it-build on Windows 10x64.
The issue is verified with 70.0a1 (20190728214940) on Windows 10x64. Tracking protection panel is correctly displayed.
Description
•