Skip to main content

Search and Top Navigation

#8415 closed bug (worksforme)

Opened June 28, 2012 05:27PM UTC

Closed June 28, 2012 06:12PM UTC

Other widgets show through Datepicker (due to z-index:1)

Reported by: jvetyska Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.21
Keywords: Cc:
Blocked by: Blocking:
Description

In the new 1.8.21 version, datepicker has z-index set to only 1 (used to be 100), and so if another widget is behind it, it will show through it.

This is high priority bug.

Attachments (0)
Change History (2)

Changed June 28, 2012 05:38PM UTC by jvetyska comment:1

On line 692:

inst.dpDiv.zIndex($(input).zIndex()+1);

should be:

inst.dpDiv.zIndex($(input).zIndex()+100);

Changed June 28, 2012 06:12PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

This has been the case for over 2 years. This is intended. Please use the forums or StackOverflow for help.