Skip to main content

Search and Top Navigation

#4456 closed bug (wontfix)

Opened April 11, 2009 09:23AM UTC

Closed April 14, 2009 06:10AM UTC

Last modified October 11, 2012 09:15PM UTC

Slider handles overlap datepicker popup

Reported by: coeamyd Owned by:
Priority: minor Milestone:
Component: ui.datepicker Version: 1.7.1
Keywords: datepicker popup slider handle Cc:
Blocked by: Blocking:
Description

When placing a datepicker in popup mode above sliders, the slider handles and ranges will appear in front of the popup (see attached screenshot). This issue is based on the overall z-index issue, that has not been resolved yet. Perhaps adding a zIndex setting to the widgets will enable the users to solve the problem for their particular cases, instead of having one complex global solution for stacking.

Attachments (1)
Change History (3)

Changed April 14, 2009 06:10AM UTC by kbwood comment:1

resolution: → wontfix
status: newclosed

Just set the z-index in the CSS for the datepicker.

Changed February 18, 2011 09:16AM UTC by djhammer comment:2

css:

.ui-slider .ui-slider-handle { z-index: 1; }

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted