Handling of the Message-ID in the header pane does not work (Clicking on M-ID / context menu: Open M-ID in Browser)
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr102 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: infofrommozilla, Assigned: mkmelin)
References
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
- Show Message-ID or References header in the header pane (menu: View -> Headers -> All)
- a) Click on an Message-ID of the References header
or - b) Open context menu: "Open Browser With Message-ID"
Result Errorconsole:
2.a)
Uncaught TypeError: window.browsingContext.topChromeWindow.OpenMessageForMessageId is not a function
onMessageIdClick chrome://messenger/content/msgHdrView.js:3815
connectedCallback chrome://messenger/content/header-fields.js:954
connectedCallback chrome://messenger/content/header-fields.js:953
buildView chrome://messenger/content/header-fields.js:909
outputMessageIds chrome://messenger/content/msgHdrView.js:1372
UpdateExpandedMessageHeaders chrome://messenger/content/msgHdrView.js:1253
onEndHeaders chrome://messenger/content/msgHdrView.js:635
processHeaders chrome://messenger/content/msgHdrView.js:760
onStateChange chrome://messenger/content/msgHdrView.js:533
2.b)
Uncaught TypeError: window.browsingContext.topChromeWindow.OpenBrowserWithMessageId is not a function
openBrowser chrome://messenger/content/msgHdrView.js:3832
oncommand about:message:1
Reporter | ||
Comment 2•2 years ago
|
||
Correct, the bug also occurs with email.
Uncaught TypeError: window.browsingContext.topChromeWindow.OpenMessageForMessageId is not a function
onMessageIdClick chrome://messenger/content/msgHdrView.js:3815
connectedCallback chrome://messenger/content/header-fields.js:954
Reporter | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
regression range will probably help. https://mozilla.github.io/mozregression/
Assignee | ||
Comment 4•2 years ago
|
||
It would be from the new 3pane
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
The open message id functionality was not working. The 102 behavior of using open message pref for how to open that message didn't seem to sane, so the behavior I implemented is slightly different - always open the message in the context it was opened (3pane, tab, or window).
Easiest way to test is to set mailnews.headers.showReferences true and move some messages from a conversation to another folder. Then go to the other folder and use the References context menu in the message header.
Reporter | ||
Comment 6•2 years ago
•
|
||
(In reply to Magnus Melin [:mkmelin] from comment #5)
Created attachment 9329948 [details]
Bug 1829491 - Fix Handling of the Message-ID in the header pane (Clicking on M-ID / context menu: Open M-ID in Browser). r=darktrojan
Works fine for me. E-Mail and NNTP.
Thanks a lot!
Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d0300a237b15
Fix Handling of the Message-ID in the header pane (Clicking on M-ID / context menu: Open M-ID in Browser). r=darktrojan
Reporter | ||
Updated•1 years ago
|
Description
•