Fix Bug 33459. Update changes for Bug 33436.

This commit is contained in:
Julia Radzhabova 2016-11-21 13:26:12 +03:00
parent bf398318a2
commit 049d33a157
2 changed files with 4 additions and 8 deletions

View file

@ -545,6 +545,10 @@ define([
this.tabMenu.hide();
this.tabMenu.show();
var menu = this.tabMenu;
_.defer(function(){
menu.cmpEl.focus();
}, 10);
}
}
},
@ -553,9 +557,6 @@ define([
if (obj.atposition) {
obj.setOffset(obj.atposition.left);
}
_.defer(function(){
obj.cmpEl.focus();
}, 100);
this.enableKeyEvents = true;
},

View file

@ -305,11 +305,6 @@
}
}
.nav-tabs.bottom {
margin-bottom: 6px;
height: 18px;
}
&.masked #status-addtabs-box{
button.disabled .btn-icon {
background-position-x: 0px !important;