[Mono-bugs] [Bug 76641][Nor] Changed - BaseValidator does not render client side control name when controls are nested

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 18 15:30:13 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 gonzalo at ximian.com.

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

--- shadow/76641	2005-11-07 12:46:23.000000000 -0500
+++ shadow/76641.tmp.15529	2005-11-18 15:30:13.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 76641
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: RedHat Enterprise 4
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: ian.dunkerly at immediacy.co.uk               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -36,6 +36,10 @@
 The textbox correctly render it's ClientID as "_ctl0_tb".
 
 The BaseValidatorControls "AddAttributesToRender" method uses the value 
 of "ControlToValidate" to render the value. It should use the ClientID 
 property of the control indicated by ControlToValidate - i.e. FindControl
 (ControlToValidate).ClientID
+
+------- Additional Comments From gonzalo at ximian.com  2005-11-18 15:30 -------
+Fixed in r53243.
+Thanks!


More information about the mono-bugs mailing list