The line height of the “Import Error” modal is smaller than it should be
Categories
(Firefox :: about:logins, defect, P3)
Tracking
()
People
(Reporter: mheres, Assigned: okoedooc, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
74.79 KB,
image/png
|
Details |
[Affected Versions]:
- Firefox Beta 88.0b4 (Build ID: 20210328185936)
- Firefox Nightly 89.0a1 (Build ID: 20210329095128)
[Affected Platforms]:
- Linux Mint 20
- Windows 10
- macOS 10.15.7
[Prerequisites]:
- Have Firefox open.
[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 has a larger line height for the text inside it.
[Actual result]:
- The font seems to have a smaller line height for the text inside it compared to the documentation.
[Notes]:
- Attached is a screenshot of the issue compared to the documentation.
Updated•4 years ago
|
Can I be assigned this bug please? Thanks Tim
Comment 2•4 years ago
|
||
Hi Osagie, I'll assign you the bug.
To help Mozilla out with this bug, here's the steps:
- Download and build the Firefox source code
- If you have any problems, please ask on
Element/Matrix
in the#introduction
channel. They're there to help you get started. - You can also read the
Developer Guide,
which has answers to most development questions.
- If you have any problems, please ask on
- Start working on this bug.
- You will need to add a line height rule for this import error dialog. Most likely you will need to add the missing style to the
.content
rule inbrowser/components/aboutlogins/import-error-dialog.css
. This line-height will probably be 1.55, but I don't have an exact value so try to make it look like the screenshot in Comment #0 - If you have any problems with this bug,
please comment on this bug and set the needinfo flag for me.
Also, you can find me and my teammates on the#lockwise-desktop
channel on
Element/Matrix
most hours of most days.
- You will need to add a line height rule for this import error dialog. Most likely you will need to add the missing style to the
- Build your change with
mach build
and test your change with
mach test browser/components/aboutlogins/ --headless
.
Also check your changes for adherence to our style guidelines by usingmach lint
- Submit the patch (including an automated test, if applicable) for review.
Mark me as a reviewer so I'll get an email to come look at your code.- How to Submit a Patch
- This is when the bug will be assigned to you.
- After a series of reviews and changes to your patch,
I'll mark it for checkin or push it to autoland.
Your code will soon be shipping to Firefox users worldwide! - ...now you get to think about what kind of bug you'd like to work on next.
Let me know what you're interested in and I can help you find your next contribution.
Thank you Tim. I8 have looked at the bug and read your guidance. I'm on it and having a go!
Reporter | ||
Comment 4•4 years ago
•
|
||
The issues seems to have been fixed as part of Bug 1701690. Considering the space between rows now seems to be too large, Bug 1706320 has been filed. Tested using Firefox Nightly 90.0a1 (Build ID: 20210419221626) on Linux Mint 20, Windows 10, macOS 11.1.
Reporter | ||
Comment 5•4 years ago
|
||
@Tim Giles, considering my previous comment, do you think this issue can be closed?
Comment 6•4 years ago
|
||
:mheres, yeah I think we can go ahead and close this bug since it was fixed as part of Bug 1701690. Thanks for calling that out!
Reporter | ||
Comment 7•4 years ago
|
||
Considering the previous comments, I will mark this as verified fixed.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•