[Mono-bugs] [Bug 51582][Maj] New - Problem while the RadioButton's name isn't equal to the id.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Dec 2003 08:14:20 -0500 (EST)


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 along@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51582

--- shadow/51582	2003-12-02 08:14:20.000000000 -0500
+++ shadow/51582.tmp.19516	2003-12-02 08:14:20.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 51582
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: jackson@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem while the RadioButton's name isn't equal to the id.
+
+Description of Problem:
+In the attach file if you click on one of the radio buttons and then on
+the button , the page is refresh and the pressed button disappear. 
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. Click on a RadioButton
+3. Click on the Button
+
+Actual Results:
+No text appear and the RadioButton isn't pressed
+
+Expected Results:
+The text "Radio1 is checked" should appear. 
+
+How often does this happen? 
+Always
+
+Additional Information:
+The problem is due to the difference between the name and the id.
+I think the problem is in the postback data.