Closed
Bug 546040
Opened 16 years ago
Closed 15 years ago
Port Bug 410996 - Answering a news article in a saved search folder not stored under a news account creates mail reply instead of follow-up
Categories
(SeaMonkey :: MailNews: Composition, defect)
SeaMonkey
MailNews: Composition
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1a1
People
(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)
References
Details
(Keywords: fixed-seamonkey2.0.4)
Attachments
(1 file, 1 obsolete file)
953 bytes,
patch
|
mnyromyr
:
review+
neil
:
superreview+
iannbugzilla
:
approval-seamonkey2.0.4+
|
Details | Diff | Splinter Review |
From TB Bug 410996:
"When a news article is displayed within a search folder and the user hits
Ctrl-R to write a follow-up, a mail reply to the author of the article is
initiated instead."
We support gFolderDisplay.selectedMessageIsNews since Bug 517238 and I assume it's here to stay so I hope that's not an issue.
Attachment #426853 -
Flags: review?(mnyromyr)
Comment 1•16 years ago
|
||
Comment on attachment 426853 [details] [diff] [review]
patch
With your patch, hitting ^R results in
Error: An error occurred executing the cmd_reply command: ReferenceError: event is not defined
Source File: chrome://global/content/globalOverlay.js
Line: 100
Clicking the reply button says
JavaScript error: chrome://messenger/content/mailWindowOverlay.js, line 1132: event is not defined
Also, can you try not to open composition at all if the message displayed comes from a RSS feed?
Attachment #426853 -
Flags: review?(mnyromyr) → review-
Assignee | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> (From update of attachment 426853 [details] [diff] [review])
> With your patch, hitting ^R results in (...)
Bah, copy+paste. :-(
> Also, can you try not to open composition at all if the message displayed comes
> from a RSS feed?
Like so?
Attachment #426853 -
Attachment is obsolete: true
Attachment #427157 -
Flags: review?(mnyromyr)
Updated•16 years ago
|
Attachment #427157 -
Flags: review?(mnyromyr) → review+
Comment 3•16 years ago
|
||
Comment on attachment 427157 [details] [diff] [review]
patch v2 [Checkin: Comment 8]
Yeah, much better.
OTOH, if you have a feed posting in the results, the Reply (All) buttons and (even context) menu items are still enabled. But I see this is the case for raw feed folders as well -> filed bug 546770.
Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 427157 [details] [diff] [review]
patch v2 [Checkin: Comment 8]
The corresponding TB bug (see initial comment) was fixed for TB 3.0.x as well so I'm requesting branch approval for parity (note that our fix does slightly more).
Attachment #427157 -
Flags: superreview?(neil)
Attachment #427157 -
Flags: approval-seamonkey2.0.4?
Comment 5•16 years ago
|
||
What happens if you have multiple messages selected?
Assignee | ||
Comment 6•16 years ago
|
||
(In reply to comment #5)
> What happens if you have multiple messages selected?
Then the decision is made based on the first selected message (folderDisplay.js: this.selectedMessage -> gDBView.hdrForFirstSelectedMessage).
Comment 7•16 years ago
|
||
Comment on attachment 427157 [details] [diff] [review]
patch v2 [Checkin: Comment 8]
Well I guess this at least fixes the more common case of a search folder that searches a different account type (as distinct from a search folder that spans multiple account types).
Attachment #427157 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 8•15 years ago
|
||
Comment on attachment 427157 [details] [diff] [review]
patch v2 [Checkin: Comment 8]
http://hg.mozilla.org/comm-central/rev/76cbea62986a
Attachment #427157 -
Attachment description: patch v2 → patch v2 [Checkin: Comment 8]
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1a1
Attachment #427157 -
Flags: approval-seamonkey2.0.4? → approval-seamonkey2.0.4+
Comment on attachment 427157 [details] [diff] [review]
patch v2 [Checkin: Comment 8]
a=me for on SM2.04
Assignee | ||
Comment 10•15 years ago
|
||
Keywords: fixed-seamonkey2.0.4
You need to log in
before you can comment on or make changes to this bug.
Description
•