Actions
Bug #5995
closeddate field popup calendar z-index too low
Description
The popup calendar usage z-index is too low causing it to sit under other elements in some cases. It should be significantly higher to avoid this.
https://www.joomlapolis.com/forum/153-professional-member-support/233831-list-search-popup-issue
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1124
Proper fix was to adjust the zindex in its jQuery as jQuery UI sets it 1 higher than its current element. The fix is to set the zindex to 100 if it's less than 100 to ensure other usages (e.g. like those in a tooltip) to work with the +1 usage.
Actions