Custom Query (18300 matches)
Results (97 - 99 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#100 | fixed | Dojo needs an MD5 implementation | ||
Description |
One of Dojo's major sponsors requires a working, tested MD5 implementation. |
|||
#101 | wontfix | Bind API refactor | ||
Description |
The bind API sucks. It's too swiss-army-chainsaw -- one function should never do so many different things based upon the input arguments. At the least, the three major transport types should be separated into different APIs:
Wiring up all the stuff like form posting, back/forward, blah should be done in other functions. It's totally orthogonal to I/O. You can have convenience functions that get stuff from a form, then do some I/O, but it shouldn't be so tightly bound to I/O. |
|||
#102 | wontfix | dojo fails to load when document.domain is set | ||
Description |
I'm trying to use the dojo widget package on a site that sets the document.domain property. Because of this, I get these these errors: DEBUG: failed loading /dojo/src/widget/Dialog.js with error: Permission denied to call method XMLHttpRequest.open DEBUG: failed loading /dojo/src/widget.js with error: Permission denied to call method XMLHttpRequest.open DEBUG: failed loading /dojo/src/package.js with error: Permission denied to call method XMLHttpRequest.open DEBUG: failed loading /dojo/src.js with error: Permission denied to call method XMLHttpRequest.open DEBUG: failed loading /dojo/package.js with error: Permission denied to call method XMLHttpRequest.open Any ideas for work arounds? |