[Proton] in in-content pages menupopups have a big gap to the menulist when they open above the menulist
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | verified |
People
(Reporter: Paenglab, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [proton-context-menus])
Attachments
(1 file)
(deleted),
image/png
|
Details |
In in-content pages like the preferences when a menupopup opens above the menulist there is a big gap between them.
A
xul|menulist > xul|menupopup {
padding: 0;
margin-top: 0;
margin-inline-start: 0;
}
in common.css would fix this issue together with the too narrow menupopup.
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
The same issue affects other menus, and the suggested fix in comment #0 doesn't help there. The real fix here is bug 1692081 and fixing the positioning in native code.
(In reply to Richard Marti (:Paenglab) from comment #0)
xul|menulist > xul|menupopup {
padding: 0;
margin-top: 0;
margin-inline-start: 0;
}in common.css would fix this issue together with the too narrow menupopup.
This removes the box-shadow around the menupopup completely, so I don't think we want to do that.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Fixed by bug 1699427
Comment 4•4 years ago
|
||
Reproduced the initial issue using old Nightly from 2021-02-19, verified that this is indeed fixed on Latest Nightly 88.0a1.
Updated•4 years ago
|
Description
•