Closed
Bug 1252819
Opened 10 years ago
Closed 1 year ago
msgHdr is null in error console (chrome://messenger/content/mailTabs.js line 392) ESR 38.6
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ishikawa, Unassigned)
Details
As the title says, I get
msgHdr is null error / warning in error console of TB
every now and then.
Timestamp: 2016年03月02日 19時06分34秒
Error: msgHdr is null
Source File: chrome://messenger/content/mailTabs.js
Line: 392
persistTab: function(aTab) {
let msgHdr = aTab.folderDisplay.selectedMessage;
return {
---> messageURI: msgHdr.folder.getUriForMsg(msgHdr)
};
I have no idea what ill-effect it has on the ordinary operation, but
the frequency is rather high (every five minutes or so?).
This may have something to do with the fact TB seems to lose track of
its selection of messages sometimes...
TIA
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 2•1 year ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #1)
Are you still seeing this?
I don't think so. The original problem was with ESR 38.6.
The current version on my Windows PC is 140.1.1esr (64 bit).
I think the problem has been removed sometime before.
I have changed the status to WORKSFORME.
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(ishikawa)
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•1 year ago
|
||
(In reply to ISHIKAWA, Chiaki from comment #2)
(In reply to Wayne Mery (:wsmwk) from comment #1)
Are you still seeing this?
I don't think so. The original problem was with ESR 38.6.
The current version on my Windows PC is 140.1.1esr (64 bit).
I think the problem has been removed sometime before.I have changed the status to WORKSFORME.
Oh well, I found a problem with calendar module. It is spewing many errors. One should take a look at console regularly. :-(
You need to log in
before you can comment on or make changes to this bug.
Description
•