Mail in outbox not send - console error "TypeError: prompt is undefined MessageSend.jsm:832:11"
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr115 fixed, thunderbird118 fixed)
People
(Reporter: jaise, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce:
I enabled send mail in background option.
while Sending, some mails stuck in outbox forever. No feedback.
Actual results:
Activity Manger show sending message.
error in console : TypeError: prompt is undefined MessageSend.jsm:832:11
Mail in outbox used to be in unread tag[102 version]. But in new version, mail in outbox tagged in read.
Expected results:
Mail should send.
Freshly send mail in outbox should highlight in unread tag.
Comment 1•1 year ago
|
||
Does it also fail after help > troubleshoot mode?
Assignee | ||
Comment 2•1 year ago
|
||
Bug 1827074 removed nsIMsgWindow.promptDialog
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by solange@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/b0cf28ad9ea5
Fix broken prompting in MessageSend. r=leftmostcat
Assignee | ||
Comment 5•1 year ago
|
||
Comment on attachment 9353295 [details]
Bug 1851542 - Fix broken prompting in MessageSend. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1827074
User impact if declined: in some case around send problems, won't get an alert/prompt when you should
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): safe, current state is broken so can't get much worse
Comment 6•1 year ago
|
||
Comment on attachment 9353295 [details]
Bug 1851542 - Fix broken prompting in MessageSend. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 7•1 year ago
|
||
bugherder uplift |
Thunderbird 118.0b5:
https://hg.mozilla.org/releases/comm-beta/rev/d82cc1235e0d
Comment 8•1 year ago
|
||
Comment on attachment 9353295 [details]
Bug 1851542 - Fix broken prompting in MessageSend. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 9•1 year ago
|
||
bugherder uplift |
Thunderbird 115.2.3:
https://hg.mozilla.org/releases/comm-esr115/rev/b688e603e8dc
Description
•