[PE] Bug 40705
This commit is contained in:
parent
934bcbc4c4
commit
004fe16e17
|
@ -236,8 +236,11 @@ define([
|
|||
this.isTextChanged = false;
|
||||
this.inputTip.setValue(props.get_ToolTip());
|
||||
|
||||
if (type==c_oHyperlinkType.WebLink)
|
||||
me.inputUrl.cmpEl.find('input').focus();
|
||||
if (type==c_oHyperlinkType.WebLink) {
|
||||
_.delay(function(){
|
||||
me.inputUrl.cmpEl.find('input').focus();
|
||||
},50);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue