calendar_date_select icon indicating copy to clipboard operation
calendar_date_select copied to clipboard

wrong cell highlighted in calendar

Open jdee opened this issue 13 years ago • 0 comments

The cell assigned the "today" class (and consequently surrounded with a broken border) is consistently the previous day, not the current one. This behavior occurs regularly on Ubuntu Linux with Firefox and Google Chrome.

The issue is the Date.daysDistance method, which needs to call Math.ceil instead of Math.round.

jdee avatar Mar 18 '11 14:03 jdee