Opened 15 years ago
Closed 14 years ago
#3133 closed bug (fixed)
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
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Datepicker ThemeRoller css now includes #ui-datepicker-div
Note: See
TracTickets for help on using
tickets.
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.