Ticket #3133 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 5 years ago by pwnedd

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.

comment:2 Changed 5 years ago by grabanski

  • Status changed from new to closed
  • Resolution set to fixed

Datepicker ThemeRoller css now includes #ui-datepicker-div

Note: See TracTickets for help on using tickets.