Closed
Bug 286930
Opened 20 years ago
Closed 20 years ago
POP3 Header-Only download UI regression
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hyc, Assigned: hyc)
Details
(Keywords: regression)
Attachments
(1 file)
|
656 bytes,
patch
|
Bienvenu
:
review+
mscott
:
superreview+
chofmann
:
approval-aviary1.1a1+
chofmann
:
approval1.8b2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050318 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050318 This has broken between the 20050111 Alpha and 1.8b2. With header-only mode enabled, downloading the full messages using the "Download Selected Messages" command no longer replaces the stub in the messagepane window with the downloaded message, nor does it select any of the messages in the threadpane. It deletes the stub message but the stub remains in the messagepane. Looking at the diff's between 2005/01/11 and today my only guess is that changes in nsPop3Sink.cpp for the tempfiledownload feature are responsible, it must be messing up the msgDB so that the saved information about the message headers is no longer valid / selectable. Reproducible: Always Steps to Reproduce: 1.Select "Fetch Headers Only" in POP3 server settings 2.Get New messages, receiving only the stub headers. 3.Select stub(s). 4.Right-click on selected messages, do Get Selected Messages Actual Results: The messages are downloaded, and the stubs are deleted, but the selected stub in the MessagePane remains, and no messages are selected in the threadpane. Expected Results: The full message corresponding to the first selected stub should be selected in the threadpane and appear in the messagepane.
| Assignee | ||
Comment 1•20 years ago
|
||
A PublishMsgHeader call was deleted and replaced by a block of code, but that block was only executed if the m_downloadingToTempFile preference was True. Obviously the original call is still needed if the preference is False.
| Assignee | ||
Updated•20 years ago
|
Attachment #178028 -
Flags: review?(bienvenu)
Comment 2•20 years ago
|
||
Comment on attachment 178028 [details] [diff] [review] Simple fix thx, Howard. Sorry about that...
Attachment #178028 -
Flags: review?(bienvenu) → review+
Updated•20 years ago
|
Attachment #178028 -
Flags: superreview?(mscott)
Updated•20 years ago
|
Attachment #178028 -
Flags: superreview?(mscott) → superreview+
Updated•20 years ago
|
Attachment #178028 -
Flags: approval1.8b2?
Attachment #178028 -
Flags: approval-aviary1.1a?
Comment 3•20 years ago
|
||
Comment on attachment 178028 [details] [diff] [review] Simple fix a=chofmann
Attachment #178028 -
Flags: approval1.8b2?
Attachment #178028 -
Flags: approval1.8b2+
Attachment #178028 -
Flags: approval-aviary1.1a?
Attachment #178028 -
Flags: approval-aviary1.1a+
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Flags: blocking-seamonkey1.0a?
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•