[Mono-bugs] [Bug 81196][Nor] New - LoginStatus.CssClass different from MS

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 19 21:53:31 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 mmorano at mikeandwan.us.

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: mhabersack at novell.com                            
+ReportedBy: mmorano at mikeandwan.us               
+QAContact: mono-bugs at ximian.com
+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


More information about the mono-bugs mailing list