Closed
Bug 1361746
Opened 8 years ago
Closed 8 years ago
[Windows] "Legacy" badge not aligned with the add-on name in details tab
Categories
(Toolkit :: Add-ons Manager, defect, P5)
Tracking
()
VERIFIED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | unaffected |
| firefox54 | --- | unaffected |
| firefox55 | --- | verified |
People
(Reporter: vtamas, Assigned: mstriemer)
Details
(Whiteboard: triaged)
Attachments
(3 files)
[Note]
This is a follow-up bug for Bug 1354682
[Affected versions]:
Firefox 55.0a1 (2017-05-03)
[Affected platforms]:
Windows 10 64-bit
[Steps to reproduce]:
1.Launch Firefox with a clean profile.
2.Install a legacy add-on.
3.Navigate to Add-ons Manager -> Extensions.
4.Open the legacy add-on details tab by clicking on “More” link.
[Expected Results]:
“Legacy” badge is properly displayed in add-on details tab.
[Actual Results]:
“Legacy” badge is not aligned with the add-on name in details tab.
See attached screenshot.
Comment 1•8 years ago
|
||
Hi Mark,
If this is going to take 15 minutes or less... then please fix. Not worth any more of your time... just makes it look bad though.
Assignee: nobody → mstriemer
Priority: -- → P5
Updated•8 years ago
|
Whiteboard: triaged
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8869493 [details]
Bug 1361746 - Align legacy badge on Windows in about:addons details
https://reviewboard.mozilla.org/r/141104/#review144636
Is there some way to unify this with http://searchfox.org/mozilla-central/rev/24c443a440104dabd9447608bd41b8766e8fc2f5/toolkit/themes/shared/extensions/extensions.inc.css#475-477 ?
| Assignee | ||
Comment 5•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8869493 [details]
Bug 1361746 - Align legacy badge on Windows in about:addons details
https://reviewboard.mozilla.org/r/141104/#review144636
The math seems to work out that `0.78rem` is the correct value, but the baseline of the Windows font seems to be different which is causing it to appear higher. I tried wrapping the badge in a vbox and vertically centring it but that places it in the same spot as with the original `margin-top: 0.78rem`.
| Assignee | ||
Comment 6•8 years ago
|
||
| Assignee | ||
Comment 7•8 years ago
|
||
Comment on attachment 8869493 [details]
Bug 1361746 - Align legacy badge on Windows in about:addons details
This is just a small Windows only CSS change to deal the text not being vertically centred in its container causing the badge to look misaligned when it is centred.
As mentioned above the math checked out for the old value but it didn't look right so this adds some extra offset as a magic number unfortunately.
Attachment #8869493 -
Flags: review?(aswan) → review?(rhelmer)
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8869493 [details]
Bug 1361746 - Align legacy badge on Windows in about:addons details
https://reviewboard.mozilla.org/r/141104/#review146122
ugh, CSS.
Attachment #8869493 -
Flags: review?(rhelmer) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3b67475611dd
Align legacy badge on Windows in about:addons details r=rhelmer
Keywords: checkin-needed
Comment 10•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
QA Whiteboard: [good first verify]
Comment 11•8 years ago
|
||
I have reproduced this Bug with Nightly 55.0a1 (2017-05-03) on Windows 10, 64 Bit!
The bug's fix is now verified on latest Beta 55.0b8
Build ID 20170710085521
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
QA Whiteboard: [good first verify] → [good first verify] [bugday-20170712]
| Reporter | ||
Comment 12•8 years ago
|
||
Thanks Tanvir for verifying this bug! Based on Comment 11 I am marking this issue as Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•