Closed
Bug 1340131
Opened 8 years ago
Closed 7 years ago
Stub installer checkboxes spacing inconsistent
Categories
(Firefox :: Installer, defect, P3)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
firefox54 | --- | unaffected |
People
(Reporter: cbadau, Unassigned)
References
Details
Attachments
(1 file)
189.24 KB,
image/png
|
Details |
[Affected versions]:
- latest Aurora 53.0a2 (2016-02-15)
[Affected platforms]:
- Windows 7
- Windows 10
- Windows 8.1
[Steps to reproduce]:
1. Launch the Firefox Stub Installer.
2. Click on the "Options" button.
3. Observe the checkboxes displayed here.
[Expected result]:
- The spacing between checkboxes is the same, is consistent.
[Actual result]:
- The spacing between the first and the second checkbox is bigger than the spacing between the second and the third checkbox. Please see attachment "issue.png".
[Regression range]:
- TBD. The issue is not reproducible on latest Nightly 54.0a1 (2016-02-15).
Comment 1•8 years ago
|
||
This is from the bug 1337422 patch. It adds a second line worth of space when the checkbox label is long enough to need it, but there's some margin of error in that calculation caused by being unable to tell what the size of the checkbox itself is going to be (it varies with the display scaling setting). This issue was known to the patch's reviewer and to me (its author), but we thought it was acceptable given that the margin was pretty small. We didn't know that one of the English Aurora labels would fall right into it.
This certainly isn't worth backing out bug 1337422 over; before that the text was just unreadable in some languages, so a little extra padding in English is worth that. But I'm leaving this bug open in hopes of finding a good solution for this unintended consequence.
Priority: -- → P3
Comment 2•8 years ago
|
||
I think this is caused by the patch for bug 1334786, the patch for bug 1337422 hasn't landed in Aurora and should mitigate the over-padding somewhat. That would explain why it isn't seen in Nightly, where both patches are present.
Comment 3•8 years ago
|
||
You're right, bug 1334786 actually created this problem, and bug 1337422 does address it. I'll request uplift on bug 1337422.
Comment 4•7 years ago
|
||
This has been resolved by removing the entire options screen.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•