Opened 15 years ago

Closed 15 years ago

#3003 closed bug (fixed)

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.

Change History (4)

comment:1 Changed 15 years ago by rdworth

Milestone: 1.51.5.2

comment:2 Changed 15 years ago by paul

Milestone: 1.5.21.6b

comment:3 Changed 15 years ago by g_ford

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;
}

comment:4 Changed 15 years ago by grabanski

Resolution: fixed
Status: newclosed

IE6 cover has been added to ThemeRoller. #ui-datepicker-div has also been added. Duplicate as ticket #3133.

Note: See TracTickets for help on using tickets.