mailnews.scroll_to_new_message seems to be broken
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird_esr115 fixed, thunderbird117 affected, thunderbird118 affected, thunderbird119 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird_esr115 | --- | fixed |
thunderbird117 | --- | affected |
thunderbird118 | --- | affected |
thunderbird119 | --- | fixed |
People
(Reporter: strange.charmed.antiquark, Assigned: welpy-cw)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
Steps to reproduce:
mailnews.scroll_to_new_message is set to true. Prior to the most recent T'Bird update (now running 115.1.0 (64-bit) released from openSUSE), it worked properly.
Actual results:
When opening a folder with new messages, Thunderbird no longer scrolls to any new message.
Expected results:
It should have scrolled to either the most recent or the oldest new message (you choose which one).
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
The default behavior in TB 102 has been as follows:
Selecting a folder that has received a new message scrolls this message into view without selecting it, with the message pane blank. Only when mailnews.scroll_to_new_message
is set to false
by user the previously selected message should be restored in this case.
See https://searchfox.org/comm-esr102/source/mail/base/content/folderDisplay.js#1219
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
•
|
||
I noticed another regression in this context: When a folder has been opened for the first time and therefore has no selections yet, for example the Inbox when starting Thunderbird, the new message headers should be shown as soon they have arrived. The patch covers this case as well.
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/ea599d07fd9a
Restore mailnews.scroll_to_new_message functionality. r=freaktechnik
Comment 10•2 years ago
|
||
Comment on attachment 9352368 [details]
Bug 1850190 - Restore mailnews.scroll_to_new_message functionality. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 12•2 years ago
|
||
bugherder uplift |
Thunderbird 119.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/88ec45983e09
Comment 13•2 years ago
|
||
Comment on attachment 9352368 [details]
Bug 1850190 - Restore mailnews.scroll_to_new_message functionality. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for esr115
Comment 14•2 years ago
|
||
bugherder uplift |
Thunderbird 115.4.0:
https://hg.mozilla.org/releases/comm-esr115/rev/b57f2b401cae
Description
•