fix focus on info page
This commit is contained in:
parent
fe71615a3f
commit
75c713cc33
1 changed files with 3 additions and 1 deletions
|
@ -706,7 +706,9 @@ oml.ui.infoView = function(identifyData) {
|
||||||
});
|
});
|
||||||
that.bindEvent({
|
that.bindEvent({
|
||||||
mousedown: function() {
|
mousedown: function() {
|
||||||
that.gainFocus();
|
setTimeout(function() {
|
||||||
|
!Ox.Focus.focusedElementIsInput() && that.gainFocus();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue