Account central: `Read Messages` button does nothing
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird111 affected, thunderbird112 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird111 | --- | affected |
thunderbird112 | --- | fixed |
People
(Reporter: thomas8, Assigned: elijmitchell)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, regression, Whiteboard: [Supernova3p])
Attachments
(2 files)
21.01 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
From TB-106.
Account central “Read messages” button does nothing (used to jump to inbox of account)
STR
- Select the top node of an account in folder pane (aka Account Central)
- Click on
Read messages
button (top-left of content pane)
Actual
- Nothing, and nothing in error console
Expected
- Select the
Inbox
folder of the account
I hope that this is a good-first-bug
.
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Elizabeth, can you take care of this.
It should be pretty straightforward to fix, by simply adding parent.displayFolder(MailUtils.getInboxFolder(gSelectedServer));
here instead of this
We should also create a test to cover the account central, starting from this little functionality.
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/a7e068b892d2
Fix Account Central read messages button. r=freaktechnik
Assignee | ||
Comment 5•2 years ago
|
||
Yes, this should be safe for an uplift to beta.
Comment 6•2 years ago
|
||
Comment on attachment 9322720 [details]
Bug 1819993 - Fix Account Central read messages button. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 7•2 years ago
|
||
bugherder uplift |
Thunderbird 112.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/22cb9f254b03
Updated•2 years ago
|
Description
•