"Open Message in Containing Folder" called from standalone window may not work
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr115? wontfix, thunderbird123? affected)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce:
- Open a message in a new window.
- Close all open 3pane windows.
- Right-click the message and choose "Open Message in Containing Folder".
Expected result:
A new 3pane window opens and the message in its containing folder is selected.
Actual result:
A new 3pane window opens, but is missing some chrome. The message isn't selected. Error console shows
Uncaught (in promise) TypeError: tabmail.currentAbout3Pane.selectMessage is not a function
MsgDisplayMessageInFolderTab chrome://messenger/content/mailWindowOverlay.js:1248
loadStartMsgHdr chrome://messenger/content/messenger.js:811
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Updated•10 months ago
|
Assignee | ||
Updated•10 months ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/5b226831918b
When opening a window with a given message header, wait for mail-startup-done. r=mkmelin
Comment 3•10 months ago
|
||
WFM with nightly build and no error console entry.
It does seem inconsistent. I tested 115.7.0 and I could not reproduce the behavior, but did see entry in error console.
I don't think we need to uplift this to 115
Assignee | ||
Comment 4•10 months ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #3)
It does seem inconsistent. I tested 115.7.0 and I could not reproduce the behavior, but did see entry in error console.
In my case with 115.7.0 on Linux only the containing folder opens, but the message itself doesn't get selected. Maybe some timings vary on different machines/operating systems ...
Description
•