Fix 58509: add button doesn't disable when pasting/deleting text from context menu. r=matt sr=alecf

This commit is contained in:
blakeross%telocity.com 2000-10-30 23:35:35 +00:00
Родитель ed4f115c1a
Коммит 54875920a6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -205,7 +205,7 @@
<row>
<box autostretch="never">
<text class="label" id="domainText" value="&domain.label;" accesskey="&domain.accesskey;" for="addDomain"/>
<textfield id="addDomain" flex="1" onkeyup="doButtonEnabling();"/>
<textfield id="addDomain" flex="1" oninput="doButtonEnabling();"/>
</box>
<button disabled="true" class="dialog" id="addDomainButton" value="&addDomain.label;" accesskey="&addDomain.accesskey;"
oncommand="addDomain();"/>