Open
Bug 1299578
Opened 8 years ago
Updated 2 years ago
cmd_copyImageContents throws NS_ERROR_FAILURE on Android
Categories
(GeckoView :: General, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: ayg, Unassigned)
References
Details
In bug 1271119, I'm porting mochitests from chrome to plain, which happens to enable them on Android as well in this directory. Two of them (test_bug490879.html and test_bug1140617.html) use cmd_copyImageContents, which throws NS_ERROR_FAILURE on Android, so I disabled the tests:
https://treeherder.mozilla.org/logviewer.html#?job_id=26667431&repo=try#L1793
Updated•8 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Android's ClipboardManager doesn't support image data. (It supports text, uri and intent)
Component: Editor → Widget: Android
Comment 2•3 years ago
|
||
Moving all open Core::Widget: Android bugs to GeckoView::General (then the triage owner of GeckoView will decide which ones are valuable and which ones should be closed).
Component: Widget: Android → General
Product: Core → GeckoView
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•