The font of the “Learn more” link in the “Import Error” modal seems thicker than it should be
Categories
(Firefox :: about:logins, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | unaffected |
firefox89 | --- | disabled |
firefox90 | --- | verified |
People
(Reporter: mheres, Assigned: anshukaira)
References
Details
Attachments
(2 files, 1 obsolete file)
[Affected Versions]:
- Firefox Nightly 89.0a1 (Build ID: 20210418213620)
[Affected Platforms]:
- Linux Mint 20
- Windows 10
- macOS 11.1
[Prerequisites]:
- Have Firefox open.
- From the “about:config” page, have
signon.management.page.fileImport.enabled
set totrue
. - Have a CSV file containing login data for which the header row has been deleted.
[Steps to reproduce]:
- Navigate to “about:logins”.
- Click the meatball menu button (“...”).
- Choose the “Import from a File...” option.
- Choose a CSV file without a header and import it.
- Observe the text of the “Import Error” modal.
[Expected result]:
- The font of the “Learn more” link is slightly thinner.
[Actual result]:
- The font of the “Learn more” link seems to now be slightly thicker than it should be compared to the documentation.
[Notes]:
- Attached is a screenshot of the issue compared to the documentation.
Assignee | ||
Comment 1•4 years ago
|
||
Hy. I was working on this and thought I should take it to the end (well if possible)
Last time in Bug 1701689 we added a class and made its weight bold
which was normal
earlier.
But it seems that it becomes thicker than it is supposed to be. What font-weight would you suggest?
Apart from this -- if we see in the dialog box I think the heading File format Issue
-> its weight is also thicker than in the documentation.
A similar kind of thing happens in the other two dialog box in the documentation
Thanks.
Comment 2•4 years ago
|
||
Hey Kaira, since it seems like we need to split the distance between normal
and bold
, we need to use a semi-bold (or demi-bold). For reference, here are the common font weight name mappings so font-weight: 600
should work in this case.
Assignee | ||
Comment 3•4 years ago
|
||
ohk. 600 it is.
so please assign me this issue as well. thanks
what about other import boxes and the heading i mentioned about?
shouldn't we change those too.
Comment 4•4 years ago
|
||
Hi Kaira, go ahead and fix the (I'm assuming) font weight on the "View detailed Import Summary" link as well as the "File Format Issue" weight. Thanks!
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D112651
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Reporter | ||
Comment 9•4 years ago
•
|
||
I have verified that the "Learn more" and "File Format Issue" texts from the "Import Error" modal and the "View detailed Import Summary" text from the "Import Complete" modal have been changed to weight 600 (observed using the Inspector tool). Tested on Firefox Nightly 90.0a1 (Build ID: 20210422093115) using Windows 10, Linux Mint 20 and macOS 11.1.
Visually, on Windows 10, the implementation seems almost if not perfectly true to the documentation; on Linux Mint 20, the change from bold to demi-bold doesn't seem noticeable on my system; on macOS 11.1 the font seems slightly bolder than on the other 2 platforms (which was always the case), but the change is observable (the current state being similar to the one observed on Linux Mint).
Comment 10•4 years ago
|
||
The patch landed in nightly and beta is affected.
:anshukaira, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 11•4 years ago
|
||
hi :tgiles
umm, there is a need info flag for me but I don't quite understand what it means.
I visited auto_nag documentation mentioned in above comment
It seems I have to tell them that is it ok to push it for the beta version???
Do I need to reply it like :
Comment on attachment [Comment 10](https://bugzilla.mozilla.org/show_bug.cgi?id=1706047#c10)
Bug XXX - description
Beta/Release Uplift Approval Request
User impact if declined: Spacer sizing is off in the navbar in customize mode
Is this code covered by automated tests?: ?
Has the fix been verified in Nightly?: ?
Needs manual test from QE?: ?
If yes, steps to reproduce:
List of other uplifts needed:
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): Small CSS fix
String changes made/needed:
Took abv from this Bug Comment
I really don't have any idea. Thanks :)
Comment 12•4 years ago
•
|
||
Hi Kaira, thanks for bringing this to my attention. (Accidentally submitted my comment half-finished). There's nothing you need to do about the auto-nag bot, since we don't need to uplift this patch to beta.
Updated•4 years ago
|
Assignee | ||
Comment 13•4 years ago
|
||
ohh okk! thanks a lot.
Description
•