findbar input box font regression on Windows
Categories
(Toolkit :: Themes, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox-esr68 | --- | unaffected |
| firefox67 | --- | unaffected |
| firefox67.0.1 | --- | unaffected |
| firefox68 | --- | unaffected |
| firefox69 | --- | verified |
People
(Reporter: rctgamer3, Assigned: ntim)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
After the findbar was converted from XUL textbox to HTML input (bug 1550559), the font and size of the findbar inputbox have changed from Segoe UI (12px) (in Firefox 68) to the obscure "MS Shell Dlg 2" (13.3333px) (in Firefox 69).
Updated•6 years ago
|
Comment 2•6 years ago
|
||
[Tracking Requested - why for this release]:
At a minimum we should figure out why this happened in case it affects all the textboxes that are being migrated.
Comment 3•6 years ago
|
||
(In reply to :Gijs (he/him) from comment #2)
[Tracking Requested - why for this release]:
At a minimum we should figure out why this happened in case it affects all the textboxes that are being migrated.
We lost font: inherit:
https://searchfox.org/mozilla-central/rev/11712bd3ce7454923e5931fa92eaf9c01ef35a0a/toolkit/themes/windows/global/textbox.css#31
We should probably apply this to all inputs in global.css.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 7•6 years ago
|
||
https://hg.mozilla.org/releases/mozilla-beta/rev/e3099f60b0774651728a6f9a142b6896327b8bd2 on THUNDERBIRD_68_VERBRANCH
We had trouble with html:input formatting in TB 68 beta, hence this uplift.
Comment 8•6 years ago
|
||
https://hg.mozilla.org/releases/mozilla-esr68/rev/f54da7f15bd40428719e2c79e083ca67f571672e on THUNDERBIRD_68_VERBRANCH
Comment 9•6 years ago
|
||
https://hg.mozilla.org/releases/mozilla-esr68/rev/fc32651d572e3f3acaaf4bdf03f467c33c44724c on THUNDERBIRD_68_VERBRANCH for >= 68.1
Updated•4 years ago
|
Description
•