KrishRam89 / jquery-events-calendar

Automatically exported from code.google.com/p/jquery-events-calendar
0 stars 0 forks source link

Calendar day is rendered incorrectly #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the website http://www.vissit.com/projects/eventCalendar/ with IE.10 
(pls. find attached for the detail version# of IE)
2. For the calendar month: June 2013, except 1st & 2nd of June, all calendar 
days were rendered in wrong position(with incorrect 'days of week')

What is the expected output? What do you see instead?
the 'days of week' for 3rd of June,2013 should be 'Mon' instead of 'Sat', the 
'days of week' for 4th of June,2013 should be 'Tue' instead of 'Sun', and so on.

What version of the product are you using? On what operating system?
version 0.54 of jquery.eventCalendar.js
Browser Agent/OS: IE10/Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by samfu...@gmail.com on 19 Jun 2013 at 7:51

Attachments:

GoogleCodeExporter commented 9 years ago
I had a very similar (but not exactly the same) problem and solved it by using 
the option to start the week on a Sunday:

startWeekOnMonday: false,

Not really a fix for the problem but a good workaround.

Original comment by jonez...@gmail.com on 21 Jun 2013 at 3:22

GoogleCodeExporter commented 9 years ago
This is how I fixed it. Changed min-height 27px to 26px;

$('.eventsCalendar-daysList.showAsWeek li.empty').css({"min-height":"26px"})

Original comment by nikpoliq...@gmail.com on 18 Jul 2013 at 8:47

GoogleCodeExporter commented 9 years ago
Suggestion #1 didn't resolve the issue for me, but #2 DID.  Anyone have a clue 
why changing the minimum height changes the day of the week?!

Original comment by Jon.Pete...@gmail.com on 25 Nov 2013 at 7:38