Padding is wrong in bookmarks popup for some submenus
Categories
(Toolkit :: XUL Widgets, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | verified |
People
(Reporter: bgrins, Assigned: bgrins)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
I re-added a CSS rule in Bug 1573158 to handle overflowing menus (https://hg.mozilla.org/integration/autoland/rev/3f54e52c52eb#l2.12) but now I notice that causes some vertical misalignment for some non-overflowing submenus.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
This was removed in Bug 1573158, where the following line change forced it to 0px:
https://hg.mozilla.org/integration/autoland/rev/3f54e52c52eb#l2.12
This uses shadow parts instead of Shadow DOM + XBL selectors into the arrowscrollbox,
which unblocks arrowscrollbox Custom Element conversion and appears to have the same
visual effect as far as I can tell.
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 6•5 years ago
|
||
I did not manage to reproduce the issue using Fx 71.0a1 (2019-09-02). Can you verify that the issue is fixed? http://archive.mozilla.org/pub/devedition/candidates/71.0b11-candidates/build1/
Assignee | ||
Comment 7•5 years ago
|
||
(In reply to Negritas Sergiu from comment #6)
I did not manage to reproduce the issue using Fx 71.0a1 (2019-09-02). Can you verify that the issue is fixed?
http://archive.mozilla.org/pub/devedition/candidates/71.0b11-candidates/build1/
Should be fixed in 71, yes. Marking as verified.
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Thank you for the response I will clear the remaining flags.
Updated•3 years ago
|
Description
•