Closed Bug 219621 Opened 21 years ago Closed 21 years ago

sender column now at the end with a new profile

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Matti, Assigned: emaijala+moz)

Details

(Keywords: regression)

Attachments

(2 files, 1 obsolete file)

win2k build 20030918..

The sender column moved to the end of the pane after the fix for bug 36492.
It should stay in the old default position (also for old profiles)
Keywords: regression
OS: Windows 2000 → All
Attached patch v1 Patch (obsolete) — Splinter Review
Patch to UpgradeThreadPaneUI to move the new columns to the default positions.
Attachment #131722 - Flags: review?(neil.parkwaycc.co.uk)
Comment on attachment 131722 [details] [diff] [review]
v1 Patch

Unless I've misread it (which is quite possible as the diff looks very ugly)
you're inserting the sender/recipient after the junk column before the existing
junk column fix, so someone upgrading from version 2 won't get the right fix.
Attachment #131722 - Flags: review?(neil.parkwaycc.co.uk) → review-
Attached patch v1 PatchSplinter Review
Good point. This patch has the order fixed.
Attachment #131722 - Attachment is obsolete: true
Attachment #131729 - Flags: review?(neil.parkwaycc.co.uk)
Comment on attachment 131729 [details] [diff] [review]
v1 Patch

>+    if (threadPaneUIVersion < 4) {
>+
>       var threadTree = document.getElementById("threadTree");
>+      var junkCol = document.getElementById("junkStatusCol");
>+
>+      if (threadPaneUIVersion < 3) {
>+
>+        var subjectCol = document.getElementById("subjectCol");
Too many blank lines. The middle one is ok but lose the other two.
Attachment #131729 - Flags: review?(neil.parkwaycc.co.uk) → review+
Comment on attachment 131729 [details] [diff] [review]
v1 Patch

I'll remove the extra blanks before checking in.
Attachment #131729 - Flags: superreview?(bienvenu)
Comment on attachment 131734 [details] [diff] [review]
Diff -uw for the patch which should be v2

sr=bienvenu
Attachment #131734 - Flags: superreview+
Attachment #131729 - Flags: superreview?(bienvenu)
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: