Select the link in the link popup again. Fixes #6521 for trunk props azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2265d43956
commit
ae0f2b688f
|
@ -25,7 +25,7 @@
|
||||||
<td nowrap="nowrap"><label for="href">{#advanced_dlg.link_url}</label></td>
|
<td nowrap="nowrap"><label for="href">{#advanced_dlg.link_url}</label></td>
|
||||||
<td><table border="0" cellspacing="0" cellpadding="0">
|
<td><table border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><input id="href" name="href" type="text" class="mceFocus" value="http://" style="width: 200px" /></td>
|
<td><input id="href" name="href" type="text" class="mceFocus" value="http://" style="width: 200px" onfocus="try{this.select();}catch(e){}" /></td>
|
||||||
<td id="hrefbrowsercontainer"> </td>
|
<td id="hrefbrowsercontainer"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
|
|
Loading…
Reference in New Issue