openpgp/content/modules/clipboard.jsm NS_ERROR_FAILURE
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: S.Hochdoerfer, Unassigned)
Details
Steps to reproduce:
When trying to interact with the menubar of the opengpg keymanager popup I get an error in the error console for almost every click I do in the menubar of the popup.
I am using Windows 10 Version 21H1 (Build 19043.1620) and Thunderbird 91.8.0 (64-Bit).
Actual results:
In the error console the following output appears:
Exception { name: "NS_ERROR_FAILURE", message: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITransferable.getAnyTransferData]", result: 2147500037, filename: "chrome://openpgp/content/modules/clipboard.jsm", lineNumber: 65, columnNumber: 0, data: null, stack: "getClipboardContent@chrome://openpgp/content/modules/clipboard.jsm:65:22\nenigGetClipboard@chrome://openpgp/content/ui/enigmailKeyManager.js:580:28\nenigmailKeyMenu@chrome://openpgp/content/ui/enigmailKeyManager.js:289:60\nonpopupshowing@chrome://openpgp/content/ui/enigmailKeyManager.xhtml:1:1\n", location: XPCWrappedNative_NoHelper }
columnNumber: 0
data: null
filename: "chrome://openpgp/content/modules/clipboard.jsm"
lineNumber: 65
location: XPCWrappedNative_NoHelper { QueryInterface: QueryInterface(), filename: Getter, name: Getter, … }
message: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITransferable.getAnyTransferData]"
name: "NS_ERROR_FAILURE"
result: 2147500037
stack: "getClipboardContent@chrome://openpgp/content/modules/clipboard.jsm:65:22\nenigGetClipboard@chrome://openpgp/content/ui/enigmailKeyManager.js:580:28\nenigmailKeyMenu@chrome://openpgp/content/ui/enigmailKeyManager.js:289:60\nonpopupshowing@chrome://openpgp/content/ui/enigmailKeyManager.xhtml:1:1\n"
<prototype>: ExceptionPrototype { toString: toString(), name: Getter, message: Getter, … }
clipboard.jsm:68:17
Expected results:
No exception should be raised.
Comment 1•4 years ago
|
||
clipboard.jsm has since been refactored away to a modern equivalent. Please try beta.
Comment 2•4 years ago
|
||
Be aware if you install beta, you may face a challenge getting back to version 91
Description
•