bug 70742: unable to focut or enter text in some pref panel textfields

r=blake, sr=ben
This commit is contained in:
eddyk%netscape.com 2001-05-11 07:03:06 +00:00
Родитель d9ff39b91d
Коммит e8c8145bec
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -193,6 +193,8 @@ nsWidgetStateManager.prototype =
{
aElement.setAttribute( property, aDataObject[property] );
}
if (aElement.disabled!="true")
aElement.removeAttribute("disabled");
}
},