[MacOS] The minimum font size button is truncated
Categories
(Firefox :: Settings UI, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | wontfix |
firefox66 | --- | wontfix |
firefox67 | --- | verified |
People
(Reporter: atrif, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(2 files)
Affected versions
- Firefox 66.0b13 (20190304101322)
- Firefox 65.0.2 (20190225143501)
- Firefox 67.0a1 (20190305092747)
Affected platforms
- macOS 10.13.6
Steps to reproduce
- Open Firefox and go to about:preferences.
- Select “Advanced” under “Language and appearance”.
- Observe the button placed after “Minimum font size”.
Expected result
- Bottom padding is not the same as for the top side.
Actual result
- The “Minimum font size” button is truncated.
Regression range
- I will provide a proper regression range ASAP.
Notes
- Attached a screenshot with the issue.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Please see below the pushlog:
Last good revision: 8991d660f20e3eea652e060c30e17670b45a9257 (2018-11-20)
First bad revision: fbd97100c83cc07705244725a3245e6d14bbe9cf (2018-11-21)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8991d660f20e3eea652e060c30e17670b45a9257&tochange=fbd97100c83cc07705244725a3245e6d14bbe9cf
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
(In reply to Alexandru Trif from comment #1)
Please see below the pushlog:
Last good revision: 8991d660f20e3eea652e060c30e17670b45a9257 (2018-11-20)
First bad revision: fbd97100c83cc07705244725a3245e6d14bbe9cf (2018-11-21)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8991d660f20e3eea652e060c30e17670b45a9257&tochange=fbd97100c83cc07705244725a3245e6d14bbe9cf
I narrowed this down further. Looks like bug 1429940 broke this. This regressed with 65, but it's a bit late to fix this for 66, so let's try for 67...
The menulist has a min-height: of 20px (set in https://searchfox.org/mozilla-central/rev/fbb251448feb7276f9b1d0a88f9c0cb1cd144ce4/toolkit/themes/osx/global/menulist.css#15-18 ), which is overriding the height: of 30px (set in https://searchfox.org/mozilla-central/rev/fbb251448feb7276f9b1d0a88f9c0cb1cd144ce4/browser/themes/shared/incontentprefs/preferences.inc.css#796-800 ).
I actually don't know why the changes in bug 1429940 would have tripped this. Looks like a XUL bug to me. However, I have a patch...
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
Comment 6•6 years ago
|
||
Verified as fixed on Firefox Nightly 67.0a1 (2019-03-14) on Mac OS X 10.14 and on Mac OS X 10.13.6.
Description
•