[Mono-bugs] [Bug 76596][Nor] Changed - Checkbox doesn't render id

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 1 08:24:35 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 gupe275 at hotmail.com.

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: gonzalo at ximian.com                            
 ReportedBy: gupe275 at hotmail.com               
@@ -45,6 +45,22 @@
 Please, attach a simple test case.
 
 ------- Additional Comments From gupe275 at hotmail.com  2005-11-01 08:19 -------
 Created an attachment (id=16011)
 test case
 
+
+------- Additional Comments From gupe275 at hotmail.com  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.


More information about the mono-bugs mailing list