OO.ui.IndexLayout.prototype.focusFirstFocusable = function () {
    OO.ui.findFocusable( this.stackLayout.$element ).focus();
};