Open
Bug 859832
Opened 12 years ago
Updated 3 years ago
localstorage doesn't work in jar:file:/// documents
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: mike.kronenberg, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31
Steps to reproduce:
Load a local index.html file from a jar. In this file I try to store/get values from window.localStorage.
Actual results:
The file did load an display ok. But when trying to store something into window.localStorage I got a NS_ERROR_NOT_AVAILABLE error.
Expected results:
The values should have been stored in window.localStorage without rising an Error, like it does, if I load the file from a folder instead of a jar.
Comment 1•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•