Closed
Bug 880691
Opened 13 years ago
Closed 13 years ago
Data URI download freezes Firefox for about 1 minute
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: yori, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36
Steps to reproduce:
Go to a page with an anchor with a data URI in its href attribute, click on the link and save or open. For example http://html5-demos.appspot.com/static/a.download.html or the following HTML document:
<html><body>
<a href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" download="image.png">Download</a>
</body></html>
Actual results:
Firefox 21.0 correctly opens the "Open with / Save File" dialog and opens or saves the file as it should, but then freezes for about 60 seconds.
Expected results:
Firefox should not freeze.
Never mind. I restarted my PC and the issue has been resolved. No idea what happened.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•