[Mono-bugs] [Bug 35673][Nor] Changed - asp.net: the name attribute of html elements overrides the id-attribute if both are present
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Jan 2003 00:55:54 -0000
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=35673
--- shadow/35673 Thu Jan 2 19:49:36 2003
+++ shadow/35673.tmp.357 Thu Jan 2 19:55:54 2003
@@ -1,13 +1,13 @@
Bug#: 35673
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 7.3
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: henrik.ingo@tieturi.fi
QAContact: mono-bugs@ximian.com
@@ -86,6 +86,12 @@
</form>
</body>
</html>
------- Additional Comments From gonzalo@ximian.com 2003-01-02 19:49 -------
'id' should override 'name' (checked under MS)
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-02 19:55 -------
+Fixed in CVS.
+
+The documentation of HtmlInputControl.Name says that the set accessor
+does nothing (though base classes may override it).