[Mono-bugs] [Bug 81344][Nor] Changed - LoginView.FindControl does not find control in LoggedInTemplate
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 11 21:09:35 EDT 2007
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 mhabersack at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81344
--- shadow/81344 2007-04-11 00:39:02.000000000 -0400
+++ shadow/81344.tmp.15012 2007-04-11 21:09:35.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81344
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: mmorano at mikeandwan.us
QAContact: mono-bugs at ximian.com
@@ -105,6 +105,16 @@
[0x00000] --- End of inner exception stack trace --- -->
Let me know if this repros for you.
Thanks again for all your help,
Mike
+
+------- Additional Comments From mhabersack at novell.com 2007-04-11 21:09 -------
+This bug was actually two bugs in one, the other cloaked by what you
+reported. The second bug was that the LoginView failed to change the
+active template when instantiating it within its CreateChildControls
+method. It resulted in re-creating the template controls after the
+user's OnPreRender handler returned and, thus, losing all the changes
+user might have made to the template controls (in your case setting
+the Text property on the literal).
+This bug has been fixed in svn head, revision 75629
More information about the mono-bugs
mailing list