Hey jdoe,

We added a zIndex function to UI core that will actually traverse up
the DOM until it finds an element that has a z index defined. Could
you try using that directly on the event target and see if that fixes
it as well?

Thanks.


On Dec 23, 1:47 am, jdoe <ph...@smershnet.com> wrote:
> I found the problem which seems to be specific to Safari and other
> webkit browsers:http://dev.jqueryui.com/ticket/4363
>
> The fix suggested in the ticket works.
>
> On Dec 23, 7:22 am, Nate Laws <natel...@gmail.com> wrote:
>
>
>
> > Only in IE6 right? Try including the jquery bgiframe plugin.
>
> > On Tue, Dec 22, 2009 at 4:06 AM, jdoe <ph...@smershnet.com> wrote:
> > > I've got the same issue and adding the z-index now brings the calendar
> > > on top of the dialog but when I click on the drop-down menus to select
> > > month or year all the options are hidden behind the dialog, the only
> > > visible option is the currently selected month and year.
>
> > > I have tried changing the z-index on the select list for .ui-
> > > datepicker-month and .ui-datepicker-year but it doesn't help.
> > > Any suggestions?
>
> > > On Dec 14, 6:09 pm, Angelo Hulshout <angelo.hulsh...@gmail.com> wrote:
> > > > Thanks, that solved the issue.
>
> > > > Angelo
>
> > > > On Dec 13, 7:58 pm, Nate Laws <natel...@gmail.com> wrote:
> > > > >Datepickerdoes not have azIndexoption.  Instead you have to set it with
> > > > > CSS.  Something like this should be enough:
>
> > > > > .ui-datepicker{z-index: 2000; }
>
> > > --
>
> > > You received this message because you are subscribed to the Google Groups
> > > "jQuery UI" group.
> > > To post to this group, send email to jquery...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups
> > >  .com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/jquery-ui?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@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