#4085 closed bug (fixed)
Can not display year and month correctly in Japanese
Reported by: | MugeSo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.6rc6 |
Keywords: | i18n | Cc: | |
Blocked by: | Blocking: |
Description
Year and month in Japanese are not displayed correctly.
When changeYear and changeMonth are false, Datepicker displays them like '20092月', expected is '2009年2月'. This is ui.datepicker.js's problem.
When changeYear and changeMonth are true, Datepicker displays broken one.This is css problem. In Japanese showMonthAfterYear is true and datepicker generates "month after year" html. However in css, 'right' is set to flow property of year part, and 'left' is set to one of month part.
Attachments (1)
Change History (7)
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | datepicker-i18n-fix.patch added |
---|
This patch fix ui.datepicker.js, i18n files, ui.datepicker.css and demo.
comment:2 Changed 14 years ago by
New patch fixes both problem. However css change was tested on only firefox 3.0.6 and IE 6.0.
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
My patch fixes only the former problem. The later problem should be fixed.