[Mono-bugs] [Bug 43951][Wis] New - Controls with IDs containing ':'s cannot be looked up based on ID

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 30 May 2003 16:50:03 -0400 (EDT)


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 mono@terrarium.f9.co.uk.

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

--- shadow/43951	Fri May 30 16:50:03 2003
+++ shadow/43951.tmp.6593	Fri May 30 16:50:03 2003
@@ -0,0 +1,40 @@
+Bug#: 43951
+Product: Mono/Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Debian Sid
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono@terrarium.f9.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Controls with IDs containing ':'s cannot be looked up based on ID
+
+Description of Problem:
+If a control is given an ID that contains a ':' (colon) then the 
+System.Web libraries cannot locate it based on it's ID, as the part before 
+the : is treated as the namespace.
+
+Steps to reproduce the problem:
+1. Create a control with an ID containing a :
+2. Create a validator, assign it to the above control by ID
+(validator.ControlToValidate = "foo:bar" )
+3. Add both controls to the page
+4. Attempt to load the page
+
+Actual Results:
+Fatal error, the control is not found
+
+Expected Results:
+The validator checks the contents of the control
+
+How often does this happen? 
+Reliably
+
+Additional Information: