Skip to main content

Search and Top Navigation

#3503 closed bug (fixed)

Opened October 24, 2008 02:17AM UTC

Closed January 04, 2009 04:55AM UTC

Themeroller doesn't support datepicker for right-to-left languages

Reported by: kbwood Owned by:
Priority: critical Milestone: 1.7
Component: ui.datepicker Version: 1.6rc2
Keywords: Cc:
Blocked by: Blocking:
Description

Themeroller themes are missing a critical style for right-to-left languages for datepicker:

.ui-datepicker-rtl {

direction: rtl;

}

Attachments (0)
Change History (2)

Changed October 24, 2008 02:26AM UTC by kbwood comment:1

Also:

.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {

float: right;

text-align: right;

}

.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {

float: left;

text-align: left;

}

Changed January 04, 2009 04:55AM UTC by scottgonzalez comment:2

component: [meta] ui.themerollerui.datepicker
milestone: TBD1.6
priority: minorcritical
resolution: → fixed
status: newclosed