Hi,
The setState() function in HTMLRadioButton doesn't work (on any browser).
The reason is a typo on line 79 of htmlradiobutton.js :
if(this.getElm()) this.elm.selected=this._state;
should read:
if(this.getElm()) this.elm.checked=this._state;
- there is no such attribute as "selected" in a radio button.
Andrew.
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/