зеркало из https://github.com/mozilla/gecko-dev.git
Bug 219662 Selecting existing anchor doesn't active OK button r=glazou sr=mscott
This commit is contained in:
Родитель
adab63ee0e
Коммит
a486e15e31
|
@ -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();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче