Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78356 --- shadow/78356 2006-05-10 14:19:10.000000000 -0400 +++ shadow/78356.tmp.32180 2006-05-10 14:19:10.000000000 -0400 @@ -0,0 +1,64 @@ +Bug#: 78356 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ASP.NET HtmlInputRadioButton not working + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +The HhtmlInputRadioButton class does not appear to be working; the state of +the checked radio item in a group of items is not being remembered. + +Steps to reproduce the problem: +1. + +Create a series of radio buttons, with the runat="server" attribute so they +generate HtmlInputRadioButtons on the server side: + +....in the .aspx file ... + +<input type="radio" id="r1" name ="radio1" runat="server" +value="fo1"/>option 1<br> + <input type="radio" id="r2" name ="radio1" runat="server" +value="fo2"/>option 2<br> + <input type="radio" id="r3" name ="radio1" runat="server" +value="fo3"/>option 3<br> + + +2. Run the page, check the middle radio button. Post the page +3. + +Actual Results: + +Upon posting back, the radio buttons are painted but the middle button is +not checked. + + +Expected Results: + +I expected the object to repaint the middle radio button checked, since +that's how it was posted to the server. + +How often does this happen? + +Always. + +Additional Information: + +I would use the aspx:RadioButtonList (or whatever its name is) except you +can't easily add client side events for it and you can't style the +individual items. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
