Closed
Bug 789756
Opened 13 years ago
Closed 6 years ago
Fennec clipboard doesn't save html data
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: evold, Unassigned)
References
Details
If you try the jetpack clipboard tests named 'exports.testWithFlavor' at https://github.com/mozilla/addon-sdk/blob/master/packages/addon-kit/tests/test-clipboard.js#L122
You will see that the html data is not returning properly, it appears that the following error is displayed:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITransferable.getTransferData]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://a99ddecd-2a0e-4496-948b-cdc548605845-at-jetpack/api-utils/lib/loader.js -> resource://a99ddecd-2a0e-4496-948b-cdc548605845-at-jetpack/addon-kit/lib/clipboard.js :: <TOP_LEVEL> :: line 237" data: no]
when trying to get back html data from the clipboard.
Reporter | ||
Updated•13 years ago
|
Blocks: sdk-on-fennec
Comment 1•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•