Opened 11 years ago
Closed 11 years ago
#8415 closed bug (worksforme)
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.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
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.
Note: See
TracTickets for help on using
tickets.
On line 692: inst.dpDiv.zIndex($(input).zIndex()+1);
should be: inst.dpDiv.zIndex($(input).zIndex()+100);