Open
Bug 1122248
Opened 11 years ago
Updated 3 years ago
[e10s] Images saved from data URI images in e10s get no extension by default
Categories
(Firefox :: File Handling, defect)
Firefox
File Handling
Tracking
()
NEW
People
(Reporter: marco, Unassigned)
References
()
Details
Steps to reproduce:
1) Open a new tab
2) Open a image data: URL
3) Right click on the image, save as...
Comment 1•11 years ago
|
||
I can't reproduce (that is, it WFM on ~current fx-team tip, on OS X).
What are you seeing when you click save as... - just nothing? Are there any errors in the browser console?
And what image are you using? I tried the one in the URL field. If that one works for you too, but you have other ones that don't, please replace it. :-)
Flags: needinfo?(mar.castelluccio)
| Reporter | ||
Comment 2•11 years ago
|
||
It does seem to work now, with one difference:
- On non-e10s, an extension is automatically added (for example, the image is saved as "index.gif")
- On e10s, no extension is added (for example, the image is saved as "index")
Flags: needinfo?(mar.castelluccio)
Comment 3•11 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #2)
> It does seem to work now, with one difference:
> - On non-e10s, an extension is automatically added (for example, the image
> is saved as "index.gif")
> - On e10s, no extension is added (for example, the image is saved as
> "index")
Yup, I did notice that. Let's morph this.
Component: Untriaged → File Handling
OS: Windows 7 → All
Hardware: x86_64 → All
Summary: [e10s] Can't download images from data: URLs → [e10s] Images saved in e10s get no extension by default
Comment 4•11 years ago
|
||
Don't know if the same thing happens with other images.
Summary: [e10s] Images saved in e10s get no extension by default → [e10s] Images saved from data URI images in e10s get no extension by default
Updated•11 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•