Closed
Bug 214048
Opened 22 years ago
Closed 22 years ago
accounts out of order in mail-news folder pane
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugZ, Assigned: Bienvenu)
References
Details
(Keywords: regression)
Attachments
(1 file)
606 bytes,
patch
|
neil
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030726
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030726
The order of accounts listed in the mail-news folder pane seems completely
random. They list in the expected order in the mail-news account prefs window,
per the order specified in prefs.js mail.accountmanager.accounts, separated by
mail and news.
Reproducible: Always
Steps to Reproduce:
1. multiple pop accounts
2. multiple news accounts
3.
Actual Results:
Folder pane lists order:
news-2, mail-1, mail-3, news-3, mail-3, news-1, Local folders, mail-2, mail-5
Expected Results:
List folder pane in the same order as prefs:
mail(1-5), Local Folders, news(1-3)
Seems to have started with the 072504 build. Win32 build 072404 is OK.
![]() |
||
Comment 1•22 years ago
|
||
Ditto, I downloaded the 7/26 build (7/20 previous) and my account order got
jumbled. I looked at the pref.js to see if I could straighten it out but no
luck. Any thoughts?
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•22 years ago
|
Flags: blocking1.5b?
Keywords: regression
Comment 2•22 years ago
|
||
is this a regression from bug 213768 ?
![]() |
Assignee | |
Comment 3•22 years ago
|
||
no, bug 213768 is about the thread pane, and this is about the folder pane. Not
related.
![]() |
||
Comment 4•22 years ago
|
||
I know that bugzilla is not for thunderbird, but anyway, i saw this bug too,
then i downloaded the latest thunderbird and I dont see this anymore. Maybe
mscott knows anything about this?
![]() |
Assignee | |
Comment 5•22 years ago
|
||
my thunderbird build from yesterday had this problem so I'm not sure this has
been fixed in thunderbird. My Mozilla build just developed the same problem when
I updated my tree outside the mailnews directory. My guess is that this is an
outliner/rdf problem, and not a mailnews problem per se. I'll try to figure out
what changed.
Assignee: sspitzer → bienvenu
![]() |
Assignee | |
Comment 6•22 years ago
|
||
OK, I strongly suspect this is fallout from the recent collation key cleanup -
nsCollationWin::CompareString is failing when we're trying to sort the folder
pane, in particular, CompareStringW is returning 0. I'll investigate more.
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 7•22 years ago
|
||
this fixes it for me. LCMAP_SORTKEY isn't a valid flag to CompareStringW
![]() |
Assignee | |
Comment 8•22 years ago
|
||
Neil, can you r=? thx.
![]() |
||
Updated•22 years ago
|
Attachment #128712 -
Flags: superreview+
Comment 9•22 years ago
|
||
Comment on attachment 128712 [details] [diff] [review]
proposed fix
Yeah, I spotted that earlier while looking at a completely different issue but
it didn't click, probably because of the lateness of the hour :-)
Attachment #128712 -
Flags: review+
![]() |
Assignee | |
Comment 10•22 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Flags: blocking1.5b?
Comment 11•22 years ago
|
||
*** Bug 214257 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•