Custom Query (7259 matches)
Results (22 - 24 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3510 | fixed | Themeroller changes for datepicker | ||
Description |
The day names and individual days should be centred in their cells. Similarly, the status should be centred in the bottom panel. |
|||
#3601 | fixed | ThemeRoller needs to be updated for 1.6rc3 | ||
Description |
Since 1.6rc2, the following plugins have been removed from the 1.6 release and need to be removed from ThemeRoller: autocomplete colorpicker |
|||
#3605 | fixed | actualSize in ui.slider not calculated correctly if element is hidden | ||
Description |
If the slider element (or it's parents) are hidden via display: none; its actualSize is calculated to be 0x0 instead of the dimensions set in css. This has the effect that the slider does not honor its startValue, and you cannot use moveTo before it's displayed again. I suggest you add an optional option "css", "size" or similar, that allows you to pass as argument the actual size of the slider element, and having this used instead of outerWidth() and outerHeight() (if present, obviously) |