Commit 049d33a1 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 33459. Update changes for Bug 33436.

parent bf398318
...@@ -545,6 +545,10 @@ define([ ...@@ -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([ ...@@ -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 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment