Bug 219662 Selecting existing anchor doesn't active OK button r=glazou sr=mscott

This commit is contained in:
neil@parkwaycc.co.uk 2007-09-06 14:34:10 -07:00
Родитель adab63ee0e
Коммит a486e15e31
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -91,7 +91,7 @@
oninput="ChangeLinkLocation();">
<menupopup class="autocomplete-history-popup"
popupalign="topleft" popupanchor="bottomleft"
oncommand="this.parentNode.value = event.target.getAttribute('label');"/>
oncommand="this.parentNode.value = event.target.getAttribute('label'); ChangeLinkLocation();"/>
</textbox>
<hbox align="center">
<!-- from EdDialogOverlay.xul 'for' identifies the textfield to get URL from -->

Просмотреть файл

@ -265,7 +265,7 @@ function doEnabling()
function ChangeLinkLocation()
{
SetRelativeCheckbox();
SetRelativeCheckbox(gDialog.makeRelativeLink);
// Set OK button enable state
doEnabling();
}