зеркало из https://github.com/mozilla/pjs.git
bug 70742: unable to focut or enter text in some pref panel textfields
r=blake, sr=ben
This commit is contained in:
Родитель
d9ff39b91d
Коммит
e8c8145bec
|
@ -193,6 +193,8 @@ nsWidgetStateManager.prototype =
|
||||||
{
|
{
|
||||||
aElement.setAttribute( property, aDataObject[property] );
|
aElement.setAttribute( property, aDataObject[property] );
|
||||||
}
|
}
|
||||||
|
if (aElement.disabled!="true")
|
||||||
|
aElement.removeAttribute("disabled");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче