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=81196 --- shadow/81196 2007-03-19 20:53:31.000000000 -0500 +++ shadow/81196.tmp.16912 2007-03-19 20:53:31.000000000 -0500 @@ -0,0 +1,33 @@ +Bug#: 81196 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: LoginStatus.CssClass different from MS + +On MS, if you declare a LoginStatus on your page, and it uses a login +and/or logout url, you can do something like: + +myLoginStatus.CssClass = "selected"; + +Then, in the resulting html, it will add a class to the generated hyperlink +specifying the class to be "selected" per this example, for either the +login or logout links. + +Currently, mono is not setting this CSS property in the hyperlink that is +rendered to the page, and it should. + + +Thanks, +Mike _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
