One-click search engine list in about:preferences has overlapping elements
Categories
(Firefox :: Settings UI, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | verified |
People
(Reporter: ke5trel, Assigned: emilio)
References
Details
(Keywords: regression)
Attachments
(2 files)
The hboxes for oneClickSearchProvidersGroup
are overlapping the engineList
tree.
Regression window:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=7436c0f5b8b1583d20d5ea2d1d9d3b2c665bdf33&tochange=795f2e303548acd4d239e681331daa224cdab497
Regressed by Bug 1527410.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
In the regressing bug I accidentally removed a special-case for
min-{height/width}: 0 that treated it as auto for XUL trees:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf8e35be76d8#l34.94
I can put it back if you think it's better, but these two lines of code were
here before min-width: auto even existed (min-width: 0 used to be the default).
I think this is better than changing the platform back to special-case
min-width: 0, and I don't see many other problematic uses of min-height /
min-width: 0, so let's try this.
Comment 4•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Confirmed the issue with 67.0a1 (20190215184035) on Windows 10 x64, Ubuntu 18.04 x64, macOS 10.13.6.
Fix verified with 67.0a1 (20190306095759), Windows 10 x64, Ubuntu 18.04 x64, macOS 10.13.6.
Description
•