`Copy email address` from context menu of mailto: link in message body fails with error
Categories
(Thunderbird :: Message Reader UI, defect, P3)
Tracking
(thunderbird_esr102 unaffected, thunderbird113 wontfix, thunderbird114 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird113 | --- | wontfix |
thunderbird114 | --- | fixed |
People
(Reporter: wsmwk, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(2 files)
836 bytes,
text/plain
|
Details | |
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Select a message with a mailto address.
Right+click and pick copy email address
Result: nothing copied, and the following in error console...
Uncaught
Exception { name: "NS_ERROR_FAILURE", message: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIMessenger.msgHdrFromURI]", result: 2147500037, filename: "chrome://messenger/content/mailContext.js", lineNumber: 252, columnNumber: 0, data: null, stack: "fillMailContextMenu@chrome://messenger/content/mailContext.js:252:23\ninit/<@chrome://messenger/content/mailContext.js:113:14\nopenContextMenu@chrome://messenger/content/mailContext.js:59:9\nreceiveMessage@resource:///actors/ContextMenuParent.sys.mjs:21:38\n", location: XPCWrappedNative_NoHelper }
mailContext.js:252
22:13:22.597
Uncaught TypeError: topChromeWindow.getEmail is not a function
onMailContextMenuCommand chrome://messenger/content/mailContext.js:420
init chrome://messenger/content/mailContext.js:117
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Confirming for Daily 113.0a1 (2023-03-26) (64-bit), Win10.
Message must have a linkified email address like <a href="mailto:me@example.com">me@example.com</a>
.
Non-linkified email addresses are shown as plain text.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Here's a minimal test message with a mailto: link.
Comment 4•2 years ago
|
||
Comment on attachment 9325170 [details]
testcase1.eml: Message with mailto: link
.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 7•2 years ago
|
||
Probably, but this is no more important than any other bug, so it can sit in the queue like the rest of them.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
This code was removed (in bug 1801566) but was in use.
Assignee | ||
Updated•2 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/9ca7923e545d
Fix context menu items for handling mailto: links. r=Ikey
Assignee | ||
Updated•2 years ago
|
Reporter | ||
Comment 10•2 years ago
|
||
Comment on attachment 9332352 [details]
Bug 1821241 - Fix context menu items for handling mailto: links. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 11•2 years ago
|
||
bugherder uplift |
Thunderbird 114.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/ece4b087eea7
Description
•