Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#4456 closed bug (wontfix)

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)

datepicker-slider-overlap.png (15.7 KB) - added by coeamyd 14 years ago.
Screenshot of overlapping slider handles

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by coeamyd

Screenshot of overlapping slider handles

comment:1 Changed 14 years ago by kbwood

Resolution: wontfix
Status: newclosed

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

comment:2 Changed 12 years ago by djhammer

css:

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

comment:3 Changed 11 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.