[Mono-bugs] [Bug 71251][Nor] Changed - ASP.NET <asp:checkbox> Problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 16:31:01 -0500 (EST)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71251
--- shadow/71251 2005-01-13 18:46:51.000000000 -0500
+++ shadow/71251.tmp.21670 2005-01-20 16:31:01.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71251
Product: Mono: Tools
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: XSP
AssignedTo: gonzalo@ximian.com
ReportedBy: rlyon@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -34,6 +34,11 @@
<span align="right"><input id="chk3" type="checkbox" name="chk3"
onclick="javascript:alert('type: ' + this.type)" /><label
for="chk3">Click here too!</label></span>
The "onclick" attribute should be on the <input> tag and not the <span>
tag. This creates a problem for the javascript "this.type".
+
+------- Additional Comments From gonzalo@ximian.com 2005-01-20 16:31 -------
+Fixed in SVN HEAD and 1-0 (r39271 and r39272)
+
+Thanks.