[Mono-bugs] [Bug 49500][Nor] New - Calendat displays weekend days in wrong colors if property is changed
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Oct 2003 18:07:20 -0400 (EDT)
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 icaro@pegasus.rutgers.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=49500
--- shadow/49500 2003-10-09 18:07:20.000000000 -0400
+++ shadow/49500.tmp.6368 2003-10-09 18:07:20.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 49500
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: icaro@pegasus.rutgers.edu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Calendat displays weekend days in wrong colors if property is changed
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When using a Calendar component from MS Visual Studio .NET and set the
+properties of the Weekend days to be displayed in a certain color (say,
+red) and then move all the files to a Linux box and try to run the web
+application, the days that are actually displayed in different colors are
+Sunday and Monday. But if you run the same web app. in windows, the
+weekends days (Saturday and Sunday) are displayed correctly.
+
+
+Steps to reproduce the problem:
+1. Create a web app in MS Visual Studio .NET that uses a Calendar component
+2. Make the weekend days to be displayed in a different color
+3. Compile, and move the Web app. to a linux box.
+4. Test the web app. and make sure that only Saturdays and Sundays are
+displayed in a different color.
+
+Actual Results:
+Sunday and Monday are displayed in different color in the Linux box.
+Saturday and Sunday are displayed in different color in the Windows box.
+
+Expected Results:
+Saturday and Sundays displayed in different color in both the Linux and
+Windows boxes.
+
+
+How often does this happen?
+Always
+
+Additional Information: