All Mail and Calendar items are missing in 119, works fine downgrading to 118. cmd_fullZoomToggle command: [Exception... "[JavaScript Error: "webBrowser is undefined" about3Pane.js
Categories
(Thunderbird :: Folder and Message Lists, defect, P1)
Tracking
(thunderbird_esr115+ fixed, thunderbird120+ fixed)
People
(Reporter: silverbacknet, Assigned: mkmelin)
References
Details
(Keywords: regression)
Attachments
(6 files)
8.87 KB,
text/x-log
|
Details | |
39.08 KB,
image/png
|
Details | |
205.76 KB,
image/png
|
Details | |
8.83 KB,
application/octet-stream
|
Details | |
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
1.37 KB,
application/octet-stream
|
Details |
Steps to reproduce:
Upgraded from 118b6 to 119. (b3, b4, and b6 all the same so far)
Actual results:
Nothing appears inside the folder and message panes, no calendar entries show (local or Google), even in Troubleshooting Mode. The only hint that the profile is actually loading is the Calendars are all listed, without the entries. Downgrading to 118 with the profile downgrade switch restores full functionality.
I've attached a console log and screenshots, in case that helps.
Expected results:
Everything appears as normal.
Reporter | ||
Comment 1•1 year ago
|
||
Reporter | ||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
We have some other examples: bug 1853022, bug 1857223
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
How is 120? Bug 1857223 was not fixed for 119 betas.
Reporter | ||
Comment 5•1 year ago
|
||
Same symptom in 120b1, but the logs have changed. New exception: cmd_print command: [Exception... "[JavaScript Error: "accountCentralBrowser is undefined"
Reporter | ||
Comment 6•1 year ago
|
||
Assignee | ||
Comment 7•1 year ago
|
||
I found a way I could reproduce at least part of this. If I start with thunderbird -purgecaches -jsconsole
some timings are different due to the console starting up.
console.error: "An error occurred updating the cmd_stop command: [Exception... "[JavaScript Error: "can't access property "busy", webBrowser is undefined" {file: "chrome://messenger/content/about3Pane.js" line: 7050}]'[JavaScript Error: "can't access property "busy", webBrowser is undefined" {file: "chrome://messenger/content/about3Pane.js" line: 7050}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://messenger/content/globalOverlay.js :: getEnabledControllerForCommand :: line 61" data: yes]"
Uncaught TypeError: can't access property "contentWindow", win.messageBrowser is undefined
openTab chrome://messenger/content/mailTabs.js:100
_cloneTemplate chrome://messenger/content/mailTabs.js:66
mailTabs.js:100:13
openTab chrome://messenger/content/mailTabs.js:100
_cloneTemplate chrome://messenger/content/mailTabs.js:66
Assignee | ||
Comment 8•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 9•1 year ago
|
||
There is still on the log, Uncaught (in promise) NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIMsgFolder.server]
which wouldn't be fixed by the patch above. Unclear if that's due to an add-on or not (try Troubleshoot mode).
Comment 10•1 year ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/6dce4e7ce67f
Fix more cases of getting blank 3pane due to not yet defined browsers. r=john.bieling
Updated•1 year ago
|
Comment 11•1 year ago
|
||
Comment on attachment 9360367 [details]
Bug 1860885 - Fix more cases of getting blank 3pane due to not yet defined browsers. r=john.bieling
[Triage Comment]
Approved for beta
Comment 12•1 year ago
|
||
Comment on attachment 9360367 [details]
Bug 1860885 - Fix more cases of getting blank 3pane due to not yet defined browsers. r=john.bieling
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: Looks like your mail folders are empty!
Testing completed (on c-c, etc.):
Risk to taking this patch (and alternatives if risky):
Unsure, looks reasonably safe. This issue has been declared "fixed" on esr115 before, worst case this doesn't completely work.
Comment 13•1 year ago
|
||
bugherder uplift |
Thunderbird 120.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/ca54b62fb724
Comment 14•1 year ago
|
||
Comment on attachment 9360367 [details]
Bug 1860885 - Fix more cases of getting blank 3pane due to not yet defined browsers. r=john.bieling
[Triage Comment]
Approved for esr115
Reporter | ||
Comment 15•1 year ago
|
||
Unfortunately, I cannot confirm the fix in TB 120b3, with or without Troubleshooting Mode. The log is much shorter this time! But still with the error and same symptom.
Reporter | ||
Comment 16•1 year ago
|
||
Assignee | ||
Comment 17•1 year ago
|
||
Yes that part is not addressed by the above patch. Probably it's bug 1857824. Could you check your prefs.js? Feel free to send it to me is you like.
Comment 18•1 year ago
|
||
bugherder uplift |
Thunderbird 115.4.2:
https://hg.mozilla.org/releases/comm-esr115/rev/89e60a0f5a17
Description
•