Opened 14 years ago
Closed 14 years ago
#7087 closed defect (invalid)
dojox/grid/tests/test_data_grid_processError.html no longer works
Reported by: | Jared Jurkiewicz | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/grid/tests/test_data_grid_processError.html
This test used to demonstrate how to catch datastore errors and allow user processing functions to report them. This test now fails with the following error in firebug:
[Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXMLHttpRequest.send]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///Y:/dojo/trunk/dojo/_base/_loader/bootstrap.js :: anonymous :: line 1066" data: no] (no cache)()js.php?edit=0&wri... (line 1) sack("/dokuwiki/lib/exe/ajax.php")js.php?edit=0&wri... (line 1) js.php?edit=0&write=0()
And no alert is desplayed noting the error like it used to.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 1.2 |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The test works when loaded from a server. Closing.
I'm getting the error message with the latest - try http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_data_grid_processError.html
The error might be related to opening the file locally - rather than over a network...I don't know if something changed at a lower-level that would cause this - but I'm not sure it's the grid...(I may be wrong...)