Dialogs don't reposition themselves when the content changes.  If you
want this to happen, you need to manually tell it to reposition
itself:

$(el).dialog('option', 'position', $(el).dialog('option',
'position'));

On Mar 16, 2:48 pm, Shelane Enos <se...@llnl.gov> wrote:
> Well, I've got this out on our external server now, but it's behaving
> slightly differently. Since the other exists on an internal application that
> is dynamically generated from PLSQL, I could only copy the results and the
> files to our external.
>
> http://education.llnl.gov/JQUERY/test/
>
> Click on any name.
>
> I see that it's loading in place, resizing to the new content, but not
> centered. This isn't quite what it was doing before.
>
> Also, I can't get the close link to work at the bottom. I had it (commented
> out now) with a ("close") option. I've changed it to what I read in the
> documentation, but clicking the Close link still does nothing.
>
> On 3/15/09 5:02 PM, "Scott González" <scott.gonza...@gmail.com> wrote:
>
>
>
> > Can you show a page where this is happening?  Also, the overlay option
> > has been removed in 1.7 in favor of defining the style in a
> > stylesheet.
>
> > On Mar 6, 1:34 pm, Shelane <se...@llnl.gov> wrote:
> >> I'm noticing that the dialog window is opening where the "top" of the
> >> dialog window is at the center of the page rather than the whole
> >> dialog window. These are the settings we're using:
>
> >>  $("#modal").dialog({autoOpen: false, autoResize: true, title:
> >> "Employee Questionnaire Status", width: 450, minHeight: 400, modal:
> >> true, overlay: { opacity: 0.5, background:"black" }});
--~--~---------~--~----~------------~-------~--~----~
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