[Mono-bugs] [Bug 75234][Nor] New - Calendar Component doesn't
render TitleStyle-Font-Bold="True"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 11 13:55:05 EDT 2005
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 pommes at teleos-web.de.
http://bugzilla.ximian.com/show_bug.cgi?id=75234
--- shadow/75234 2005-06-11 13:55:05.000000000 -0400
+++ shadow/75234.tmp.13575 2005-06-11 13:55:05.000000000 -0400
@@ -0,0 +1,52 @@
+Bug#: 75234
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: FC3
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: pommes at teleos-web.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Calendar Component doesn't render TitleStyle-Font-Bold="True"
+
+Description of Problem:
+
+The calendar component doesn't render this Tag:
+
+TitleStyle-Font-Bold="True"
+
+MS/IIS renders it correct (bold)
+
+Steps to reproduce the problem:
+1. Create an aspx like this:
+
+<asp:Calendar ID="calDates"
+ Font-Bold="True"
+ Height="200"
+ Width="400"
+ TitleStyle-BackColor="#888888"
+ TitleStyle-ForeColor="White"
+ TitleStyle-Font-Bold="True"
+ Runat="server">
+</asp:Calendar>
+
+
+
+Actual Results:
+No bold text in title
+
+Expected Results:
+Bold Text in Title
+
+How often does this happen?
+Always
+
+Additional Information:
+-
More information about the mono-bugs
mailing list