Closed
Bug 1334064
Opened 8 years ago
Closed 8 years ago
The "Keep it" and "Cancel" buttons from Add-ons Theme page are smaller
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(fennec53+, firefox51 unaffected, firefox52 unaffected, firefox53 affected, firefox54 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
fennec | 53+ | --- |
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | affected |
firefox54 | --- | affected |
People
(Reporter: sflorean, Unassigned)
References
()
Details
(Whiteboard: [sitewait])
Attachments
(1 file)
1.03 MB,
image/png
|
Details |
Environment:
Device: (Android );
Build: Nightly 54.0a1 (2017-01-25);
Steps to reproduce:
1. Open Custom Menu-> Tools ->Add-ons -> Theme;
2. Tap on any theme;
3. Observe the "Keep it" and "Cancel" Buttons.
Expected result: The "Keep it" and "Cancel" buttons are displayed with the same length and width like "You're trying it on" message.
Actual result:
The "Keep it" and "Cancel" buttons are smaller.
Notes: https://i.imgur.com/JrapTuk.png
Reporter | ||
Comment 1•8 years ago
|
||
Notes: Device: Huawei MediaPad M2 (Android 5.1.1).
Builds affected are Nightly 54.0a1 - 2017-01-25 and latest Aurora 53.0a2 - 2017-01-25.
Updated•8 years ago
|
tracking-fennec: --- → ?
Updated•8 years ago
|
Comment 3•8 years ago
|
||
I see `width: -moz-calc(50% - 63px);` on confirm and `width: -moz-calc(50% - 39px);` on the cancel buttons....
mozregression sez:
14:07.28 INFO: Last good revision: 89753b9617c1277c382d761392a7a6787b357744
14:07.28 INFO: First bad revision: 3ea611dc2979d4b377531d4032b72c8ec49d2062
14:07.28 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=89753b9617c1277c382d761392a7a6787b357744&tochange=3ea611dc2979d4b377531d4032b72c8ec49d2062
14:08.59 INFO: Looks like the following bug has the changes which introduced the regression:
https://bugzilla.mozilla.org/show_bug.cgi?id=1331296
"Remove support for -moz-calc()"... ah. There we go.
.persona-previewer .confirm-buttons .cancel {
float: right;
width: -moz-calc(50% - 39px);
}
I wonder why they didn't add an unprefixed calc() function?
But let's move this to TE and try to find the right people to update the addons site. In theory they should care!
Blocks: 1331296
Component: Add-on Manager → Mobile
Flags: needinfo?(miket)
Product: Firefox for Android → Tech Evangelism
Version: 54 Branch → Firefox 54
Updated•8 years ago
|
Whiteboard: [needscontact]
Comment 4•8 years ago
|
||
See Also: → https://github.com/mozilla/addons/issues/332
Whiteboard: [needscontact] → [sitewait]
Comment 6•8 years ago
|
||
This is fixed according to https://github.com/mozilla/addons-server/pull/4646. Thanks for the report Sorina!
Reporter | ||
Comment 7•8 years ago
|
||
Based on comment 6 and because this issues is not reproducible I will close this bug.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•7 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•