bug 207456, tabbing sometimes skips enabled elements. r/sr=jag

This commit is contained in:
shliang%netscape.com 2003-06-13 07:39:57 +00:00
parent f18000519f
commit 16c0e253ec

View File

@ -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);"