Skip to main content

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)
  • datepicker-i18n-fix.patch (25.7 KB) - added by MugeSo February 07, 2009 02:03PM UTC.

    This patch fix ui.datepicker.js, i18n files, ui.datepicker.css and demo.

Change History (6)

Changed February 07, 2009 11:23AM UTC by MugeSo comment:1

My patch fixes only the former problem.

The later problem should be fixed.

Changed February 07, 2009 02:06PM UTC by MugeSo 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 jzaefferer comment:3

milestone: TBD1.6

Changed March 08, 2009 02:41PM UTC by rdworth comment:4

milestone: 1.71.8

Changed April 01, 2009 10:34AM UTC by kbwood comment:5

resolution: → fixed
status: newclosed

Fixed in r2421.

Changed April 01, 2009 10:37AM UTC by kbwood comment:6

CSS changes in r2422.