Fix Bug 33459. Update changes for Bug 33436.
This commit is contained in:
parent
bf398318a2
commit
049d33a157
|
@ -545,6 +545,10 @@ define([
|
||||||
|
|
||||||
this.tabMenu.hide();
|
this.tabMenu.hide();
|
||||||
this.tabMenu.show();
|
this.tabMenu.show();
|
||||||
|
var menu = this.tabMenu;
|
||||||
|
_.defer(function(){
|
||||||
|
menu.cmpEl.focus();
|
||||||
|
}, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -553,9 +557,6 @@ define([
|
||||||
if (obj.atposition) {
|
if (obj.atposition) {
|
||||||
obj.setOffset(obj.atposition.left);
|
obj.setOffset(obj.atposition.left);
|
||||||
}
|
}
|
||||||
_.defer(function(){
|
|
||||||
obj.cmpEl.focus();
|
|
||||||
}, 100);
|
|
||||||
|
|
||||||
this.enableKeyEvents = true;
|
this.enableKeyEvents = true;
|
||||||
},
|
},
|
||||||
|
|
|
@ -305,11 +305,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs.bottom {
|
|
||||||
margin-bottom: 6px;
|
|
||||||
height: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.masked #status-addtabs-box{
|
&.masked #status-addtabs-box{
|
||||||
button.disabled .btn-icon {
|
button.disabled .btn-icon {
|
||||||
background-position-x: 0px !important;
|
background-position-x: 0px !important;
|
||||||
|
|
Loading…
Reference in a new issue