[Mono-dev] Bug System.Web.UI.WebControls.RadioButton and RadioButtonList
Vladimir Krasnov
vladimirk at mainsoft.com
Thu Feb 16 11:20:28 EST 2006
Hello,
The first problem that all radio buttons in RadioButtonList control are
placed into <span value=""></span>, this is because RadioButtonList adds
value of radio button as attribute. I think it's better to set radio
button value via property, than via attribute collection.
Test case URL:
/System_Web_UI_WebControls/ListControl/ListControl_Items.aspx
Another problem:
The tabindex attribute should not be added to the table that contains a
list of radio buttons on rendering of RadioButtonList.
Test case URL:
/System_Web_UI_WebControls/WebControl/WebControl_TabIndex.aspx
Please approve attached patches that fix both bugs.
If no one objects, I will commit.
Vladimir Krasnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RadioButtonList.cs.patch
Type: application/octet-stream
Size: 1071 bytes
Desc: RadioButtonList.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060216/b2d70437/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RadioButton.cs.patch
Type: application/octet-stream
Size: 787 bytes
Desc: RadioButton.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060216/b2d70437/attachment-0001.obj
More information about the Mono-devel-list
mailing list