Blogs & News Feeds - <Account name> title with angle brackets falsely suggests email address, and account name not updated in title timely
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(thunderbird_esr78 wontfix, thunderbird84 wontfix)
People
(Reporter: lilian.braud, Assigned: lilian.braud)
References
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
- Go to Account Settings (see screenshot)
- Open Account Actions
- Choose Add Feed Account
- Select the new feed account
- Change the Account Name
- Select an other component in the tab
Actual results:
- The account name in tree menu (on the left) is changed
- The account name in the tab is not changed
- The account title is Account Settings - <Blogs & New Feeds>
Expected results:
- The account name in the tab is changed
- The account title is Account Settings - Blogs & New Feeds
In the tab title, the name (Blogs & News Feeds by default) in angle braces is not an email address, it should haven't angle braces (see am-newsblog.js) and should be changed immediately after losting the focus on Account Name (see onBlur event).
Similar to Bug 1666882
Comment 2•4 years ago
|
||
Do you want to take on fixing this too?
Yes, when the patch for Bug 1666882 is accepted, I will take on fixing it too.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Magnus, Lilian and I are done here, so if you're ok with the patches as reviewed by me, kindly set checkin-needed.
Next time, we'll fold the one-liner into the bigger patch, but for this time under the circumstances, it wasn't feasible.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/bc1d766526bb
Remove angle brackets from <Account name> title for newsblog in account settings which misrepresent it as the email address. r=thomasD,mkmelin
https://hg.mozilla.org/comm-central/rev/12760c0fa074
Update account title onblur after change of newsblog account name in Account Settings. r=thomasD,mkmelin
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Landed a followup for linting - https://hg.mozilla.org/comm-central/rev/a0847685cc04
Please always run ./mach eslint --fix comm/<path-to-files>
to detect linting problems. This dir requires documenting return types as well.
Description
•