Closed
Bug 1809715
Opened 2 years ago
Closed 2 years ago
Remove data-l10n-id from the observedAttributes() function in moz-support-link
Categories
(Toolkit :: UI Widgets, task, P3)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: tgiles, Assigned: muffinresearch, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
I can't remember exactly why, but I believed I needed this for the component to behave as expected in Firefox and Storybook. I tested removing the attribute today, thanks to :mossop: for calling this out, and the component still works as expected when the data-l10n-id
is changed.
Because of the previous, we should remove the data-l10n-id
from the observedAttributes()
function for the moz-support-link
widget.
To help Mozilla out with this bug, here's the steps:
- Comment here on the bug that you want to volunteer to help.
This will tell others that you're working on the next 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 Element/Matrix in the
- Start working on this bug.
- You will need to remove the "data-l10n-id" from the array in the observedAttribute() function in the
moz-support-link
widget. - 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
#fx-desktop-dev
channel on Element/Matrix most hours of most days.
- You will need to remove the "data-l10n-id" from the array in the observedAttribute() function in the
- Check your changes for adherence to our style guidelines by using
mach 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.
- If there are changes requested, please read the "To update a submitted patch" section to ensure you don't accidentally create a duplicate revision!
- Your code will soon be shipping to Firefox users worldwide!
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → scolville
Updated•2 years ago
|
Blocks: moz-support-link
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by tgiles@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7f212e3ee4f1 Remove data-l10n-id from observedAttributes() for MozSupportLink r=tgiles
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•