зеркало из https://github.com/mozilla/gecko-dev.git
112789, disabled radio elements should not get focus, r=hewitt,sr=jag
This commit is contained in:
Родитель
2d693a4c7c
Коммит
5059f667b4
|
@ -104,7 +104,8 @@
|
|||
</getter>
|
||||
<setter>
|
||||
<![CDATA[
|
||||
if (val) val.setAttribute("focused", "true");
|
||||
if (val && val.getAttribute("disabled") != "true")
|
||||
val.setAttribute("focused", "true");
|
||||
|
||||
// unfocus all other group nodes
|
||||
var children = this._getRadioChildren();
|
||||
|
|
Загрузка…
Ссылка в новой задаче