I think we still have the problem where if I manually set the z-index
on my input tags, problems will result if that z-index is lower than
the actual dialog that the input sits in. It's all about context.

On Feb 12, 2:41 pm, Jeff Boyus <jbo...@gmail.com> wrote:
> (for some reason... my last post didn't showing up)
>
> Got to love IE and it's z-index inheritance!
>
> I believe the z-index for the datepicker is getting it's value from
> the input textbox's z-index value.  No matter what the CSS says.
>
> Try and do this...
>
> <input type="text" id="datepickerONE" ... style="z-index:4000;" />
> <input type="text" id="anotherField" ... style="z-index:3000;" />
> <input type="text" id="datepickerTWO" ... style="z-index:2000;" />
> <input type="text" id="anotherField" ... style="z-index:1000;" />
>
> Make sense?
>
> On Feb 12, 9:23 am, Joshua Langner <joshua.lang...@gmail.com> wrote:
>
> > I have tested this and found a couple of problems with this approach.
>
> > The z-index of the dialog will dynamically change.
>
> > The datepicker still appears under the dialog in IE6. Even with the z-
> > index set to 9999
>
> > Thanks,
>
> > Josh
>
> > On Feb 12, 3:03 am, Stephan Veigl <stephan.ve...@gmail.com> wrote:
>
> > > Hi,
>
> > > set the CSS z-index of the datepicker to 1002.
>
> > > see:http://groups.google.at/group/jquery-en/browse_thread/thread/b5d95026......
>
> > > by(e)
> > > Stephan
>
> > > 2009/2/11 Joshua Langner <joshua.lang...@gmail.com>:
>
> > > > I can't seem to get the Datepicker working inside a Dialog. When the
> > > > user clicks on the relevant text field, the Datepicker spawns
> > > > underneath the dialog box so I can't see it. When the dialog box
> > > > closes, the Datepicker is still visible :-(
>
> > > > Am I setting this up wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to