зеркало из https://github.com/mozilla/pjs.git
fixing mistake in nsWidgetStateManger.js
This commit is contained in:
Родитель
12f40df750
Коммит
059e118e31
|
@ -232,7 +232,7 @@ nsWidgetStateManager.prototype =
|
|||
// set menulist specific properties
|
||||
if ("value" in aDataObject) {
|
||||
try {
|
||||
element.selectedItem = aDataObject.value;
|
||||
element.value = aDataObject.value;
|
||||
}
|
||||
catch (ex) {
|
||||
dump(aElementID + ", ex: " + ex + "\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче