In the calendar, there is bug that colors the week overlapping 2 weeks. See attached screenshot.
The bug is a UI bug / JS only since the data and the Date displayed are correct.
Attachment:
Week overlapping bug in javascript.PNG
matt, can you confirm this bug is still there? I can't reproduce it. Though it might have something to do w/ the current day...
Replying to matt:
Yes I can reprodice on demo: http://demo.piwik.org/index.php?module=CoreHome&action=index&date=2012-08-02&period=week&idSite=7#module=Dashboard&action=embeddedIndex&date=2012-08-02&period=week&idSite=7&idDashboard=1
What browser are you using? It works fine on chrome.
I see the bug in chrome and FF... the date July 29 is highlighted but it's sunday of past week.
Maybe try to change timezone to GMT+12 ? can you replicate it?
(In [6667]) Fixes #3281, fix bug dealing w/ client timezones in period selector. Also a small optimization to period selector code.