home pressed; get first visible node, set focus there
var node = this._getRootOrFirstNode(); if(node){ this.focusNode(node); }