news: message URIs do not work anymore.
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr115 affected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr115 | --- | affected |
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
(Blocks 1 open bug, Regression, )
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
Steps to reproduce:
- Create a message that contains a news: URI such as
news://news.eternal-september.org/u9bk2v$h4v$1@nnrp.usenet.blueworldhosting.com.
Save it as draft and open it in the message pane. - Click the link.
Alternatively, start Thunderbird from the command line with the news: URI as argument.
Expected result:
A message window opens into which the message identified by the message-id is loaded from the server into.
Actual result:
Just a blank message window opens. Error console shows
Uncaught TypeError: gMessage is null
displayMessage chrome://messenger/content/aboutMessage.js:171
actuallyLoadMessage chrome://messenger/content/messageWindow.js:173
aboutMessage.js:171:3
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D205036
| Assignee | ||
Comment 3•2 years ago
|
||
- Enable opening news: URIs that do not specify a host by using the first NNTP server found.
- Open newsgroups identified by a URI directly without opening an empty message window.
Depends on D205037
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I have already tested the two patches. I already like it very much.
However, I have noticed two small things:
-
The link should be percent-decoded before processing.
<news://news.solani.org:119/871q9ajpqx.fsf_-@usenet.ankman.de> works
<news://news.solani.org:119/871q9ajpqx.fsf-_%40usenet.ankman.de> does not -
The context menu does not match the link type.
| Assignee | ||
Comment 5•2 years ago
|
||
(In reply to Alfred Peters [:infofrommozilla] from comment #4)
I have already tested the two patches. I already like it very much.
Thank you for your valuable feedback.
However, I have noticed two small things:
- The link should be percent-decoded before processing.
<news://news.solani.org:119/871q9ajpqx.fsf_-@usenet.ankman.de> works
<news://news.solani.org:119/871q9ajpqx.fsf-_%40usenet.ankman.de> does not
Good catch, this should work now.
- The context menu does not match the link type.
Yeah, as in many other cases in Thunderbird, the default action is not represented in the context menu. Maybe something for another bug?
Comment 6•2 years ago
|
||
(In reply to Hartmut Welpmann [:welpy-cw] from comment #5)
Good catch, this should work now.
Yes it works now.
Thank.
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/5dd5a6026384
Restore and improve functionality to open 'news' URIs. r=mkmelin
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Description
•