[DE] Fix Bug 38285
This commit is contained in:
parent
557721ab8d
commit
1d5ec5d273
|
@ -193,8 +193,9 @@ define([
|
||||||
|
|
||||||
var me = this;
|
var me = this;
|
||||||
_.delay(function(){
|
_.delay(function(){
|
||||||
me.txtName.cmpEl.find('input').focus();
|
var input = $('input', me.txtName.cmpEl).select();
|
||||||
},500);
|
input.focus();
|
||||||
|
},100);
|
||||||
},
|
},
|
||||||
|
|
||||||
close: function() {
|
close: function() {
|
||||||
|
|
Loading…
Reference in a new issue