Search and Top Navigation
#4591 closed bug (duplicate)
Opened June 10, 2009 08:02PM UTC
Closed October 17, 2012 04:32AM UTC
Datepicker: need support for scoping themes
Reported by: | momchilsv | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using the datepicker with some of the other widgets
on the same page leads to conflict when both use
different themes.
For example, let we have an accordian menu and a form
with datepicker, both in the same page.
If we want to set a different theme to the datepicker,
the only way is to download a custom theme using the
ThemeRoller with a "CSS Scope" option e.g. ".theme_datepicker".
But the UI generated datepicker div uses an absolute position, so
it can't use the custome ".theme_datepicker" class and that's
why we can't set a different theme to the datepicker.
Attachments (0)
Change History (5)
Changed June 16, 2009 10:35AM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
milestone: | TBD → 1.8 |
Changed October 26, 2010 05:29PM UTC by comment:2
summary: | Using the datepicker with some of the other widgets leads to conflict → Datepicker: need support for scoping themes |
---|
Changed December 05, 2011 03:21PM UTC by comment:3
This bug also affect Dialog Widget which append container and overlay directly to <body>
The solution is to take the way of the autocomplete widget and use an "appendTo" option.
Changed October 11, 2012 02:43PM UTC by comment:4
milestone: | 1.9.0 → 1.11.0 |
---|
Related to #4306