Closed
Bug 1513035
Opened 7 years ago
Closed 7 years ago
Text in menus is incorrectly centered.
Categories
(Toolkit :: Themes, defect, P1)
Toolkit
Themes
Tracking
()
VERIFIED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | unaffected |
| firefox65 | --- | verified |
| firefox66 | --- | verified |
People
(Reporter: ewright, Assigned: Kammueller)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
234.44 KB,
image/png
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
The styles that were changed to update the button spec also affected the menu inputs.
STR:
- go to about:preferences
- under "fonts and colors" click to open the menu
AR:
- each menu item is centered
ER:
- The menu items are left-aligned in LTR and right-aligned in RTL
I believe this is due to this rule https://searchfox.org/mozilla-central/source/toolkit/themes/shared/in-content/common.inc.css#177
| Reporter | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
I tested to remove the "text-align" line.
This did the trick and the buttons are still centered.
| Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P1
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → matthias
Status: NEW → ASSIGNED
Updated•7 years ago
|
Attachment #9030360 -
Attachment description: Bug 1513035 - Resolved incorrect centering for menus. r=ewright → Bug 1513035 - Remove text-align: center; from common.css buttons r=ewright, dao
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b976d3cfa074
Remove text-align: center; from common.css buttons r=ewright,dao
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Comment 6•7 years ago
|
||
This will need to be uplifted.
status-firefox65:
--- → affected
Keywords: regression
Comment 7•7 years ago
|
||
Comment on attachment 9030360 [details]
Bug 1513035 - Remove text-align: center; from common.css buttons r=ewright, dao
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: Bug 1511394
User impact if declined: See comment 0 & comment 1
Is this code covered by automated tests?: No
Has the fix been verified in Nightly?: No
Needs manual test from QE?: Yes
If yes, steps to reproduce: See comment 0 & comment 1
List of other uplifts needed: None
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): one line CSS removal
String changes made/needed:
Attachment #9030360 -
Flags: approval-mozilla-beta?
Updated•7 years ago
|
Comment 8•7 years ago
|
||
I successfully reproduced the issue on Firefox Nightly 65.0a1 (2018-12-10) under Windows 10 (x64) using STR from Comment 0.
The issue is no longer reproducible on latest Nightly 66.0a1 (2018-12-12) under Windows 10 (x64), macOS 10.12 and Ubuntu 16.04 (x64).
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Updated•7 years ago
|
Comment 9•7 years ago
|
||
Comment on attachment 9030360 [details]
Bug 1513035 - Remove text-align: center; from common.css buttons r=ewright, dao
[Triage Comment]
Minor CSS tweak, approved for 65.0b5.
Attachment #9030360 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•7 years ago
|
||
| bugherder uplift | ||
Updated•7 years ago
|
Flags: qe-verify+
Comment 11•7 years ago
|
||
The issue is verified fixed on Firefox 65.0b5 (20181216183345). Tests were performed under Windows 10 (x64), macOS 10.12 and Ubuntu 16.04 (x86).
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•