Search and Top Navigation
#4085 closed bug (fixed)
Opened February 07, 2009 11:19AM UTC
Closed April 01, 2009 10:34AM UTC
Last modified April 01, 2009 10:37AM UTC
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 (6)
Changed February 07, 2009 11:23AM UTC by comment:1
Changed February 07, 2009 02:06PM UTC by comment:2
New patch fixes both problem.
However css change was tested on only firefox 3.0.6 and IE 6.0.
Changed February 12, 2009 11:43PM UTC by comment:3
milestone: | TBD → 1.6 |
---|
Changed March 08, 2009 02:41PM UTC by comment:4
milestone: | 1.7 → 1.8 |
---|
Changed April 01, 2009 10:34AM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r2421.
Changed April 01, 2009 10:37AM UTC by comment:6
CSS changes in r2422.
My patch fixes only the former problem.
The later problem should be fixed.