dojo.attr(this.domNode, "tabindex", -1); // record the child that has been focused var widget = dijit.getEnclosingWidget(evt.target); if(widget && widget.isFocusable()){ this.focusedChild = widget; } dojo.stopEvent(evt);