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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
