зеркало из https://github.com/mozilla/pjs.git
bug 207456, tabbing sometimes skips enabled elements. r/sr=jag
This commit is contained in:
Родитель
a3d8d2634c
Коммит
11935245e7
|
@ -15,7 +15,7 @@
|
|||
<property name="disabled" onset="if (val) this.setAttribute('disabled', 'true');
|
||||
else this.removeAttribute('disabled');
|
||||
return val;"
|
||||
onget="return this.hasAttribute('disabled');"/>
|
||||
onget="return this.getAttribute('disabled') == 'true';"/>
|
||||
<property name="image" onset="return this.setAttribute('image',val);"
|
||||
onget="return this.getAttribute('image');"/>
|
||||
<property name="accessKey" onset="return this.setAttribute('accesskey',val);"
|
||||
|
|
Загрузка…
Ссылка в новой задаче