Bug 70742: unable to focus, or enter text in some pref panel textfields if another pref panel is viewed

r=blake, sr=ben
This commit is contained in:
eddyk%netscape.com 2001-05-17 02:13:21 +00:00
parent 58699035e6
commit 1823c66831

View File

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