When editing a newsgroup header, only the account name is displayed in the selection list.
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr115? affected, thunderbird118? affected)
People
(Reporter: infofrommozilla, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
(deleted),
image/png
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
welpy-cw
:
approval-comm-esr115?
|
Details |
(deleted),
patch
|
Details | Diff | Splinter Review |
When I write an article to a newsgroup and edit the Newsgroup
or Followup-To
header, an selection list opens with suggested newsgroup names. The list should have the format: "<group-name> - <account>"
In TB78+ only the <account> is shown.
Reporter | ||
Comment 1•4 years ago
|
||
TB68 shows how it should look like.
Reporter | ||
Comment 2•4 years ago
|
||
Probably a regression of bug 440377 (tb-pills) ?
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Wouldn't think pills is involved. Maybe this, but it does look correct: https://hg.mozilla.org/comm-central/diff/216cbe602979218a527744b2879387f1c98e6fe2/mailnews/news/src/NewsAutoCompleteSearch.jsm
Comment 4•4 years ago
|
||
Indeed this wasn't regressed by the pills as that implementation didn't affect the autocomplete.
Assignee | ||
Comment 5•1 year ago
|
||
This is the regression window.
Assignee | ||
Comment 6•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
This quick and dirty fix mitigates the regression. Maybe it would be more elegant to adapt the changed CSS code.
Assignee | ||
Updated•1 year ago
|
Reporter | ||
Comment 8•1 year ago
|
||
(In reply to Hartmut Welpmann [:welpy-cw] from comment #7)
This quick and dirty fix mitigates the regression.
- return "subscribed-news";
+ return "subscribed-news-abook";
Yes that works. But I also think that is misleading.
Reporter | ||
Comment 9•1 year ago
|
||
(In reply to Hartmut Welpmann [:welpy-cw] from comment #7)
Maybe it would be more elegant to adapt the changed CSS code.
This one works as well.
But I must confess that I don't really know what I'm doing. A CSS expert should definitely take another look at this.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/aab067903744
Show group name in newsgroup autocomplete. r=mkmelin,aleca
Assignee | ||
Comment 11•1 year ago
|
||
Comment on attachment 9350115 [details]
Bug 1670457 - Show group name in newsgroup autocomplete. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): 1627200
User impact if declined: autocomplete of newsgroup header input not showing essential information
Risk to taking this patch (and alternatives if risky): low
Comment 12•1 year ago
|
||
Comment on attachment 9350115 [details]
Bug 1670457 - Show group name in newsgroup autocomplete. r=mkmelin
[Triage Comment]
Approved for beta (not yet on c-c, but has limited scope impact)
Description
•