[Mono-dev] Bug System.Web.UI.WebControls.RadioButton and	RadioButtonList
    Vladimir Krasnov 
    vladimirk at mainsoft.com
       
    Mon Feb 20 11:12:56 EST 2006
    
    
  
Yes, .net stores the Value also in ViewState.
-----Original Message-----
I don't like the Attribute[]/ViewState[] change very much.  Can you
verify that Value is indeed stored in the ViewState?  If it isn't, you
should change your property to use Attribute instead of ViewState.
The TabIndex change looks ok.
Chris
On Thu, 2006-02-16 at 08:20 -0800, Vladimir Krasnov wrote:
> 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
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
    
    
More information about the Mono-devel-list
mailing list