#700 closed defect (wontfix)
Error on Opera 9 with Dojo Storage
Reported by: | Owned by: | bradneuberg | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Storage/Flash | Version: | 0.3 |
Keywords: | opera | Cc: | |
Blocked By: | Blocking: |
Description
Visting http://archive.dojotoolkit.org/nightly/tests/storage/test_storage.html with Opera 9.0b1, and clicking either of the "Save" links produces the following error:
[Error: name: TypeError? message: Statement on line 65: Type mismatch (usually a non-object value used where an object is required) Backtrace:
Line 65 of eval script
dojo.flash.comm.put(key, value, this.namespace);
Line 272 of linked script http://archive.dojotoolkit.org/nightly/tests/storage/storage_test.js
dojo.storage.put(key, value, saveHandler);
Line 210 of linked script http://archive.dojotoolkit.org/nightly/tests/storage/storage_test.js
self._save("testBook", data);
Line 266 of eval script
kwArgs[(typeof kwArgs.load == "function" ? "load" : "handle")]("load", ret, http, kwArgs);
Line 303 of eval script
doLoad(tif.req, tif.http, tif.url, tif.query, tif.useCache);
Line 1 of unknown script
dojo.io.XMLHTTPTransport.watchInFlight();
]
Change History (7)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Brad Neuberg |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:3 Changed 14 years ago by
Owner: | changed from Brad Neuberg to bradneuberg |
---|
comment:4 Changed 14 years ago by
Milestone: | 0.5 → 0.4.1 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:5 Changed 14 years ago by
Component: | General → Storage/Flash |
---|
comment:6 Changed 14 years ago by
Summary: | Dojo storage test, js errors → Error on Opera 9 with Dojo Storage |
---|
Opera is not currently supported by Dojo Storage, and there are no plans to do so. Opera does not supported scripting plugins. Marking as WONTFIX.