OO.ui.IndexLayout.prototype.selectFirstSelectableTabPanel = function () {
    if ( !this.tabSelectWidget.findSelectedItem() ) {
        this.tabSelectWidget.selectItem( this.tabSelectWidget.findFirstSelectableItem() );
    }