Closed
Bug 1954926
Opened 1 month ago
Closed 1 month ago
[JavaScript Error: "TypeError: can't access property "entries", this._underlyingFolders is null" {file: "resource:///modules/DBViewWrapper.sys.mjs" line: 1349}]
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird_esr128 wontfix)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr128 | --- | wontfix |
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
E.g. running ./mach test comm/mail/base/test/browser/browser_feedBodyScroll.js
you can see this error:
INFO Console message: [JavaScript Error: "TypeError: can't access property "entries", this._underlyingFolders is null" {file: "resource:///modules/DBViewWrapper.sys.mjs" line: 1349}]
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 month ago
|
status-thunderbird_esr128:
--- → wontfix
Keywords: checkin-needed-tb
Target Milestone: --- → 138 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/bb85fcf2226d
Protect against this._underlyingFolders null in DBViewWrapper._folderDeleted. r=tobyp
You need to log in
before you can comment on or make changes to this bug.
Description
•