Custom Query (18300 matches)
Results (196 - 198 of 18300)
Ticket | Resolution | Summary | Owner | Reporter | ||
---|---|---|---|---|---|---|
#3677 | fixed | 0.9: fix break in Lazy Loading store demo caused by updates to JsonItemStore | ||||
Description |
0.9: fix break in Lazy Loading store demo caused by updates to JsonItemStore? Rename of an internal property in the store broke the demo extension that needed the property name for adding items. Easy fix. |
|||||
#3837 | fixed | 0.9: tests.number fail on Firefox 2.0.0.5 | ||||
Description |
|
|||||
#3724 | fixed | 0.9: xhr Tests fail on IE 6. | ||||
Description |
FAILED test: ../../dojo/tests/_base/xhr.html::t::xhrPut
[object Error] ERROR IN: function xhrCancel(t){ var d = new doh.Deferred(); var td = dojo.xhrPost({ url: "xhr.html", self handle: function(res, ioArgs){ if(res instanceof Error && res.dojoType == "cancel"){ d.callback(true); }else{ d.errback(false); } } }); td.cancel(); t.t(td instanceof dojo.Deferred); return d; } FAILED test: ../../dojo/tests/_base/xhr.html::t::xhrCancel |