Closed
Bug 776816
Opened 13 years ago
Closed 13 years ago
Selecting copy image location on image generated by a picture in getUserMedia returns a very not so useful blob location
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
Details
Attachments
(1 file)
|
908 bytes,
text/html
|
Details |
Steps:
1. Load the picture test case attached with getUserMedia enabled
2. Right click the image generated and select copy image location
3. Paste the result into a text field
Expected:
Not exactly sure, but the image generated is temporary, so likely the location of it is as well. Either disable the functionality all-together, throw an error at the API level?
Actual:
blob:1e96f5fb-050e-46f7-9df4-3fb501198b32 is returned. This isn't useful to an end-user and more likely to create confusion rather than benefit.
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•