Improvement for z-index datepicker / other absolute positioned objects
Hi,
First of all, i am not a JQuery Developer, but i was directed to this
list.
I will keep this question short, and if this should be a ticket/bug
report or something, please reply.
I see that that when the datepicker is created, it automatically
receives the z-index value of 0. Some webapps, like mine, Already have
a layered system, so that f.e. the content div may have z-index value
of 1. This results in being the datepicker being rendered under the
content layer, which is not what it is meant to do.
So, it might be a good idea to automatically catch the z-index value
of the parent element and add that value++ to the datepicker (or
similar objects). Since z-index of element is not relative to its
parent, that seems to me a good idea.
Please correct me if i'm wrong. Thanks,
Adriaan Graas