Skip to main content

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 jzaefferer comment:1

component: ui.coreui.datepicker
milestone: TBD1.8

Related to #4306

Changed October 26, 2010 05:29PM UTC by scottgonzalez comment:2

summary: Using the datepicker with some of the other widgets leads to conflictDatepicker: need support for scoping themes

Changed December 05, 2011 03:21PM UTC by chs 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 scottgonzalez comment:4

milestone: 1.9.01.11.0

Changed October 17, 2012 04:32AM UTC by mikesherov comment:5

resolution: → duplicate
status: newclosed

Duplicate of #4306.