[Mono-dev] Bugs in System.Web.UI.WebControls.CheckBox and CheckBoxList

Vladimir Krasnov vladimirk at mainsoft.com
Thu Feb 16 09:17:13 EST 2006


Hello, 

There is a bug is in "disabled" attribute of CheckBox and CheckBoxList
controls. CheckBoxList should put check boxes into <span
disabled="disabled">. CheckBox control, if disabled, should also add
disabled attribute to its element.

Test case url: 
/System_Web_UI_WebControls/CheckBox/CheckBox_Enabled.aspx

Another bug is in text alignment of CheckBoxList.
CheckBoxList.patch also fixes it.

Test case url:
/System_Web_UI_WebControls/CheckBoxList/CheckBoxList_TextAlign.aspx

Please approve the fixes.
If no one objects, I will commit.

Vladimir Krasnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CheckBox.cs.2.patch
Type: application/octet-stream
Size: 350 bytes
Desc: CheckBox.cs.2.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060216/f2267934/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CheckBoxList.cs.patch
Type: application/octet-stream
Size: 717 bytes
Desc: CheckBoxList.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060216/f2267934/attachment-0001.obj 


More information about the Mono-devel-list mailing list