Closed
Bug 372261
Opened 18 years ago
Closed 18 years ago
blank Message list and message pane after update
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ranjansimon, Assigned: mscott)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: version 3 alpha 1 (20070301)
Message list and message pane is blank after the update. The error console list 3 errors.listed below
1)treeColumns is not a function
error at line 421 in threadPane.js
treeColumns(i).removeAttribute('sortDirection');
2)gMsgCompose.getExternalSendListner is not a function
MessageComposeCommands.js at line 1056
var externalListener = gMsgCompose.getExternalSendListener();
3)folderSummeryInfoEl.parseFolder is not a function
at line 88 in newmailalert.js
folderSummaryInfoEl.parseFolder(folder, new urlListener(folder), asyncFetch);
Reproducible: Always
Steps to Reproduce:
1.open the application
2.after authentication of mailboxes [ visible in status bar] , message panes are blank
3.
Actual Results:
same as above
Comment 1•18 years ago
|
||
Confirmed on branch
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3pre) Gecko/20070301 Thunderbird/2.0pre ID:2007030103
This build is really useless, as one can't view anything in the account:(
Severity: critical → blocker
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → 2.0
Comment 3•18 years ago
|
||
Modifying /chrome/messanger.jar/chrome/messanger/threadPane.js
Line 421 from
treeColumns(i).removeAttribute('sortDirection');
to
treeColumns[i].removeAttribute('sortDirection');
seems to fix this for me.
According to the bug Magnus posted this has been patched so tomorrow's build will be fine.
Comment 4•18 years ago
|
||
/chrome/messenger.jar/content/messenger/threadPane.js
.... Not what I posted above... typos in filename.
| Assignee | ||
Comment 5•18 years ago
|
||
I fixed this earlier this morning and rekicked off builds.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
(In reply to comment #5)
> I fixed this earlier this morning and rekicked off builds.
>
Is there any way to download or re-apply this build that has been re-built?
You need to log in
before you can comment on or make changes to this bug.
Description
•