Use moz-support-link in the Firefox Relay panel
Categories
(Toolkit :: UI Widgets, task, P3)
Tracking
()
People
(Reporter: tgiles, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(1 file)
176.35 KB,
image/png
|
Details |
There is a SUMO link that lives in the Firefox Relay panel. Let's replace it with the moz-support-link
. I'm not sure how to make this Firefox Relay panel appear though, will need to reach out to the credential management team for more info.
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Alright so to get this panel to appear you'll need to do the following:
- Open up the Browser Toolbox and disable popup auto hide over in the meatball menu.
- Have a Firefox Account and a Firefox Relay account
- See https://support.mozilla.org/en-US/kb/relay-integration for more details on adding your Firefox Relay account to the password manager
- Go to https://mozilla.github.io/form-fill-examples/password_manager/login_and_pw_change_forms.html and click the username field under the "Registration form" section
- An option that says "Protect your email address | Add Firefox Relay" should appear in the autocomplete dropdown, activate this option
- The Firefox Relay panel should appear at this point and remain open due to the disabled popup auto hide setting
It looks like we can't replace SUMO link in the Firefox Relay panel with moz-support-link
as this link actually lives in MozPopupNotification
markup template and has href=learnmoreurl
attribute: https://searchfox.org/mozilla-central/source/toolkit/content/widgets/popupnotification.js#91. In https://searchfox.org/mozilla-central/source/toolkit/components/passwordmgr/FirefoxRelay.sys.mjs#27-29 learnMoreUrl
is assigned to "signon.firefoxRelay.learn_more_url"
(https://searchfox.org/mozilla-central/source/modules/libpref/init/all.js#3186) and used for the popup notification initialization.
Updated•10 months ago
|
Description
•