[Mono-bugs] [Bug 76697][Maj] New - Problem with RadioButton and AutoPostBack

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 05:49:19 EST 2005


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 informatique.internet at fiducial.fr.

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

--- shadow/76697	2005-11-14 05:49:19.000000000 -0500
+++ shadow/76697.tmp.22076	2005-11-14 05:49:19.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 76697
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem with RadioButton and AutoPostBack
+
+If you run this aspx :
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+
+<HTML>
+
+	<HEAD>
+
+		<title>WebForm1</title>
+
+		<meta name="CODE_LANGUAGE" Content="C#">
+
+		<meta name="vs_defaultClientScript" content="JavaScript">
+
+		<meta name="vs_targetSchema"
+content="http://schemas.microsoft.com/intellisense/ie5">
+
+	</HEAD>
+
+	<body MS_POSITIONING="GridLayout">
+
+		<form id="Form1" method="post" runat="server">
+
+			<asp:RadioButton id="RadioButton1" runat="server" text="Radio1"
+GroupName="ACTION" AutoPostBack="True"></asp:RadioButton>
+
+			<asp:RadioButton id="RadioButton2" runat="server" text="Radio2"
+GroupName="ACTION" AutoPostBack="True"></asp:RadioButton>
+
+		</form>
+
+	</body>
+
+</HTML>
+
+And if you click on the radiobutton, both radio buttons are always unchecked...
+I'm running mono 1.1.10 from svn (r53005.)
+
+I think it's a very major ASP.NET bug!


More information about the mono-bugs mailing list