Skip to main content

Search and Top Navigation

#3003 closed bug (fixed)

Opened June 13, 2008 07:46PM UTC

Closed August 15, 2008 07:43PM UTC

themeroller CSS does not work with popup datepicker

Reported by: johng Owned by: grabanski
Priority: minor Milestone: 1.6b
Component: ui.datepicker Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

Themeroller produces CSS that sets datepicker popup styles for the class (.ui-datepicker-div) whereas the code actually sets an ID on the div for the popup datepicker and not a class. Please either correct themeroller to set the CSS on the ID or datepicker to set a class.

Attachments (0)
Change History (4)

Changed June 26, 2008 07:44PM UTC by rdworth comment:1

milestone: 1.51.5.2

Changed July 10, 2008 08:54PM UTC by paul comment:2

milestone: 1.5.21.6b

Changed July 18, 2008 08:39AM UTC by g_ford comment:3

Also please add the following for IE6:

.ui-datepicker-cover {
 display: none;
 display/**/: block;
 position: absolute;
 z-index: -1;
 filter: mask();
 top: -4px;
 left: -4px;
 width: 193px;
 height: 200px;
}

Changed August 15, 2008 07:43PM UTC by grabanski comment:4

resolution: → fixed
status: newclosed

IE6 cover has been added to ThemeRoller.

#ui-datepicker-div has also been added.

Duplicate as ticket #3133.