Closed
Bug 776820
Opened 13 years ago
Closed 13 years ago
Getting image info from a img tag using a source from a data URI - unknown size shown, dimensions are 0px by 0px
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
Details
(Whiteboard: [blocking-gum-])
Attachments
(1 file)
|
908 bytes,
text/html
|
Details |
Steps:
1. Load the basic picture test with getUserMedia enabled
2. Right click the picture generated and select image info
Expected:
The size and dimensions of the picture generated should be shown.
Actual:
An unknown size is shown. The dimensions shown is 0px by 0px.
| Reporter | ||
Updated•13 years ago
|
QA Contact: jsmith
| Reporter | ||
Comment 1•13 years ago
|
||
Confirmed this appears to be a general problem with image tags using a data URI.
Keywords: qawanted
| Reporter | ||
Updated•13 years ago
|
Summary: Generating a picture through getUserMedia and inspecting the image info - unknown size shown, dimensions are 0px by 0px → Getting image info from a img tag using a source from a data URI - unknown size shown, dimensions are 0px by 0px
| Reporter | ||
Updated•13 years ago
|
Component: WebRTC → DOM: Core & HTML
QA Contact: jsmith
You're making the same mistake from https://groups.google.com/d/topic/mozilla.dev.platform/PQIljDrT098/discussion
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
•