Skip to main content

Search and Top Navigation

#3133 closed bug (fixed)

Opened July 24, 2008 12:05PM UTC

Closed August 15, 2008 07:34PM UTC

Theme Generator for DatePicker calls class instead of id : .ui-datepicker-div -> #ui-datepicker-div

Reported by: jeffrey-dalton Owned by: grabanski
Priority: major Milestone:
Component: ui.datepicker Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

Howdy,

Dug through some lines of css after downloading date picker and a theme from the theme generator... looks like the generator is calling .ui-datepicker-div instead of #ui-datepicker-div and calls this twice.

This breaks the layout of the popup calendar cause the the div is an ID in the html and theme calls class...

hope this helps.. peace

Attachments (0)
Change History (2)

Changed August 08, 2008 11:17PM UTC by pwnedd comment:1

I can also confirm this using a theme generated 08-08-2008. The theme uses the class selector, while the code

generated by the datepicker itself uses an id.

Changed August 15, 2008 07:34PM UTC by grabanski comment:2

resolution: → fixed
status: newclosed

Datepicker ThemeRoller css now includes #ui-datepicker-div