Closed
Bug 1977229
Opened 24 days ago
Closed 24 days ago
[JavaScript Error: "TypeError: can't access property "ROW_HEIGHTS", this._rowElementClass is undefined" {file: "chrome://messenger/content/auto-tree-view.mjs" line: 79}]
Categories
(Thunderbird :: Message Compose Window, defect, P3)
Thunderbird
Message Compose Window
Tracking
(thunderbird_esr140 wontfix)
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr140 | --- | wontfix |
People
(Reporter: aleca, Assigned: aleca)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Launching the compose window with the Contacts sidebar already opened causes this error.
This is the same issue as bug 1968915, where the AutoTreeView
is loaded as module therefore is deferred and runs after the Window has been registered for density and font size variations.
Assignee | ||
Comment 1•24 days ago
|
||
Assignee | ||
Updated•24 days ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 142 Branch
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/3010ac3261fa
Register the UIDesnity and UIFontSize window after the compose contacts pane tree view has been loaded. r=vineet
You need to log in
before you can comment on or make changes to this bug.
Description
•