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=76596

--- shadow/76596        2005-11-01 08:19:59.000000000 -0500
+++ shadow/76596.tmp.2860       2005-11-01 08:24:35.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 76596
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Gentoo
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
@@ -45,6 +45,22 @@
 Please, attach a simple test case.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2005-11-01 08:19 -------
 Created an attachment (id=16011)
 test case
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-11-01 08:24 -------
+test case renders the checkbox as:
+<input type="checkbox" name="_ctl1c" /><label for="_ctl1c">click
+me</label>
+
+where the labels for attribute points at an id, but the id is not
+rendered for the input.
+
+it should be rendered as:
+<input type="checkbox" id="_ctl1c" name="_ctl1c" /><label
+for="_ctl1c">click me</label>
+
+
+if the ID is set in the test case, the id attribute is rendered
+properly as above.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to