Actions
Defect #17625
closedWrong week number in JQuery datepicker if start of week day is Sunday
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Calendar shows incorrect week number.
In the screenshot the date 2014-08-07 is part of week number 31. Correct would be 32.
Screenshot:
Details regarding my installation of Redmine:
Environment: Redmine version 2.5.2.stable.13335 Ruby version 2.1.0-p0 (2013-12-25) [x86_64-linux] Rails version 3.2.19 Environment production Database adapter Mysql2 SCM: Subversion 1.6.19 Mercurial 1.7.5 Cvs 1.12.12 Bazaar 2.0.5 Git 1.7.3.4 Filesystem Redmine plugins: due_date_reminder 0.4 redmine_wiki_extensions 0.6.0 redmine_work_time 0.2.6 sidebar 0.1.0 wiking 1.0.0b
Files
Related issues
Updated by Mario Scondo over 10 years ago
- Copied from Defect #3271: Wrong week number in Calendar added
Updated by Toshi MARUYAMA over 10 years ago
- Subject changed from Wrong week number in Calendar to Wrong week number in JQuery datepicker
Updated by Toshi MARUYAMA over 10 years ago
- Subject changed from Wrong week number in JQuery datepicker to Wrong week number in JQuery datepicker if start of week day is Sunday
- Status changed from New to Confirmed
Updated by Toshi MARUYAMA over 10 years ago
- File jquery.html jquery.html added
Confirmed.
- OK: start of week day is Monday
- NG: start of week day is Sunday
It seems JQuery datepicker bug.
Updated by Toshi MARUYAMA over 10 years ago
datepicker weeknummers and firstDay
http://bugs.jqueryui.com/ticket/8766
Updated by Toshi MARUYAMA over 10 years ago
- Related to Defect #4857: Week number calculation in date picker is wrong if a week starts with Sunday added
Updated by Toshi MARUYAMA over 10 years ago
- Copied from deleted (Defect #3271: Wrong week number in Calendar)
Updated by Toshi MARUYAMA about 9 years ago
- Has duplicate Defect #20707: Wrong week number added
Updated by Diogo Soares almost 9 years ago
Edit application.css
@import url(bugfix.css);
Add bugfix.css
datepicker-year { width: 47% !important; } datepicker-month { width: 47% !important; } th.ui-datepicker-week-col { display: none; } td.ui-datepicker-week-col { display: none; } select.ui-datepicker-month { float: left; }
Updated by Marius BĂLTEANU over 5 years ago
- Status changed from Confirmed to Closed
- Resolution set to Wont fix
https://bugs.jqueryui.com/ticket/8766 was closed with "Resolution: → wontfix" .
Actions