зеркало из https://github.com/mozilla/gecko-dev.git
Fixed getting checkbox checked state, part of fix by hewitt to bug 114668, r=cmanske, sr=ben
This commit is contained in:
Родитель
d5fd75aeed
Коммит
50e8df151a
|
@ -37,7 +37,7 @@
|
|||
event.initEvent('CheckboxStateChange', false, true);
|
||||
this.dispatchEvent(event);
|
||||
return val;"
|
||||
onget="return this.hasAttribute('checked');"/>
|
||||
onget="return this.getAttribute('checked') == 'true';"/>
|
||||
</implementation>
|
||||
|
||||
<handlers>
|
||||
|
|
Загрузка…
Ссылка в новой задаче