Printing fails (can't redefine non-configurable property "MailE10SUtils")
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird114 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird114 | --- | fixed |
People
(Reporter: wsmwk, Assigned: mkmelin)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1822655 +++
selected message, ctrl+P on Mac
An error occurred executing the cmd_print command: SyntaxError: redeclaration of let TabDialogBox globalOverlay.js:103:13
goDoCommand chrome://messenger/content/globalOverlay.js:103
oncommand chrome://messenger/content/messenger.xhtml:1
Also fails on address book contact, but perhaps a different bug
ncaught (in promise) SyntaxError: redeclaration of let TabDialogBox
<anonymous> chrome://messenger/content/printUtils.js:1
get resource://gre/modules/XPCOMUtils.sys.mjs:71
_printURL chrome://messenger/content/addressbook/aboutAddressBook.js:4370
_printCards chrome://messenger/content/addressbook/aboutAddressBook.js:4365
Reporter | ||
Comment 1•1 year ago
|
||
With Daily 115.0a1 (2023-05-17) on Mac
select message, print
Uncaught (in promise) SyntaxError: redeclaration of let TabDialogBox
<anonymous> chrome://messenger/content/printUtils.js:1
get resource://gre/modules/XPCOMUtils.sys.mjs:71
<anonymous> chrome://messenger/content/about3Pane.js:5433
doCommand chrome://messenger/content/mailCommon.js:674
goDoCommand chrome://messenger/content/globalOverlay.js:100
oncommand chrome://messenger/content/messenger.xhtml:1
Assignee | ||
Comment 2•1 year ago
|
||
Yeah I see that too actually. Strange.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 3•1 year ago
|
||
The original error message is confusing. The problem seems to have been due to "MailE10SUtils" already being lazily defined.
114.0b3 Windows 11 64 bit us english
error console with CTRL-P No print dialog appears (in 114..0b2, window appeared and spun)
20:47:33.778 tb.account.size_on_disk - Attempted to set the scalar to an incompatible value. 2
20:48:17.315
Unknown property ‘-moz-border-radius’. Declaration dropped. codemirror.css:244:22
20:48:29.023 Error in parsing value for ‘-webkit-text-size-adjust’. Declaration dropped. 2 Inbox
20:48:29.023 Unknown property ‘mso-table-lspace’. Declaration dropped. 2 Inbox
20:48:29.023 Unknown property ‘mso-table-rspace’. Declaration dropped. 2 Inbox
20:48:29.023 Unknown property ‘mso-table-lspace’. Declaration dropped. 2 Inbox
20:48:29.023 Unknown property ‘mso-table-rspace’. Declaration dropped. 2 Inbox
20:48:29.023 Unknown property ‘mso-table-lspace’. Declaration dropped. 2 Inbox
20:48:29.023 Unknown property ‘mso-table-rspace’. Declaration dropped. 2 Inbox
20:48:30.655
An error occurred executing the cmd_print command: TypeError: can't redefine non-configurable property "MailE10SUtils" globalOverlay.js:103:13
20:49:14.581 1684374554581 places TRACE FrecencyRecalculator :: Recalculate 50 frecency values
20:49:26.309
An error occurred executing the cmd_print command: SyntaxError: redeclaration of let TabDialogBox 4 globalOverlay.js:103:13
20:49:49.777 Error in parsing value for ‘-webkit-text-size-adjust’. Declaration dropped. 2 Inbox
20:49:49.777 Unknown property ‘mso-table-lspace’. Declaration dropped. 2 Inbox
20:49:49.777 Unknown property ‘mso-table-rspace’. Declaration dropped. 2 Inbox
20:49:49.777 Unknown property ‘mso-table-lspace’. Declaration dropped. 2 Inbox
20:49:49.777 Unknown property ‘mso-table-rspace’. Declaration dropped. 2 Inbox
20:49:49.777 Unknown property ‘mso-table-lspace’. Declaration dropped. 2 Inbox
20:49:49.777 Unknown property ‘mso-table-rspace’. Declaration dropped. 2 Inbox
20:49:51.581
An error occurred executing the cmd_print command: TypeError: can't redefine non-configurable property "MailE10SUtils" globalOverlay.js:103:13
Assignee | ||
Updated•1 year ago
|
same here on macOS 13.3.1, worked fine on b2, no go b3 as reported above - no print dialogue from any command option
I see the same problem and error codes in 114b3 on Fedora 38 Linux, additionally when selecting print from menu in message window I got this in console:
printUtils.js:1:1
Uncaught
(in promise) SyntaxError: redeclaration of let TabDialogBox
<anonymous> chrome://messenger/content/printUtils.js:1
get resource://gre/modules/XPCOMUtils.sys.mjs:71
<anonymous> chrome://messenger/content/about3Pane.js:5377
doCommand chrome://messenger/content/mailCommon.js:647
onMailContextMenuCommand chrome://messenger/content/mailContext.js:383
init chrome://messenger/content/mailContext.js:120
Comment 7•1 year ago
|
||
If it helps, when I (Leap 15.4) click reply or forward on a message, I can print the message in the compose window.
Assignee | ||
Updated•1 year ago
|
Comment 11•1 year ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4398c3b8de05
Fix printing and add test we can open print preview. r=darktrojan
Assignee | ||
Comment 13•1 year ago
|
||
Comment on attachment 9334757 [details]
Bug 1833764 - Fix printing and add test we can open print preview. r=#thunderbird-reviewers
[Approval Request Comment]
Make printing work again.
Assignee | ||
Updated•1 year ago
|
Reporter | ||
Comment 14•1 year ago
|
||
Comment on attachment 9334757 [details]
Bug 1833764 - Fix printing and add test we can open print preview. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta.
Thanks for adding the test.
Comment 15•1 year ago
|
||
bugherder uplift |
Thunderbird 114.0b5:
https://hg.mozilla.org/releases/comm-beta/rev/102361af1d89
Description
•