[Mono-bugs] [Bug 74180][Maj] Changed - XSP2: Wrong field names for controls when using master pages
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 09:04:57 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74180
--- shadow/74180 2005-03-29 15:29:01.000000000 -0500
+++ shadow/74180.tmp.20084 2005-04-05 09:04:57.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74180
Product: Mono: Class Libraries
Version: unspecified
OS: SUSE 9.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: lluis@ximian.com
ReportedBy: hchrholm@online.no
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,9 @@
The "b" Label control ends up as "protected Label _bctrl_10" in the
page object.
Expected Results:
In ASP.NET 2.0 Beta 1 and in XSP2 pages not using master
pages, it becomes "protected Label b", as it should.
+
+------- Additional Comments From lluis@ximian.com 2005-04-05 09:04 -------
+Fixed in SVN. Thanks for the bug report.