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 comment:1
Changed June 28, 2012 06:12PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
This has been the case for over 2 years. This is intended. Please use the forums or StackOverflow for help.
On line 692:
inst.dpDiv.zIndex($(input).zIndex()+1);
should be:
inst.dpDiv.zIndex($(input).zIndex()+100);