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

2006-02-16 Thread Chris Toshok
It seems that with this change, you can remove the following identical lines from 386 (the else branch of the "if (align == TextAlign.Right)" in Render()), as they're just a few lines above the call to InternalAddAttributesToRender: if (!Enabled) w.AddAttribute (HtmlTextWri

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

2006-02-20 Thread Vladimir Krasnov
Yes, you right. -Original Message- It seems that with this change, you can remove the following identical lines from 386 (the else branch of the "if (align == TextAlign.Right)" in Render()), as they're just a few lines above the call to InternalAddAttributesToRender: if (!Enabled)