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