I think the photo manager demo problem is due to the image not actually being loaded at the time that the dialog calculates its size. I tried moving the dialog creation into the load event of the image, but that only helped sometimes. When I add a setTimeout of 1 inside the load event it always works, but that doesn't seem like a good solution.
On Jan 17, 1:56 pm, Bohdan Ganicky <[email protected]> wrote: > Actually the same thing happens here in this > demo:http://jquery-ui.googlecode.com/svn/trunk/demos/droppable/photo_manag... > > But the dialog is positioned lower for the first time only. When you > click the zoom icon again it's positioned correctly (in the center). > > -- > Bohdan Ganicky > > On Jan 17, 4:40 pm, Scott González <[email protected]> wrote: > > > Can you show a page with this problem? > > > On Jan 16, 3:03 pm, Sarge <[email protected]> wrote: > > > > In 1.6rc2 dialogs where auto positioned quite well in the center of > > > the screen, now in 1.6rc5 all my dialogs are positioned too low on the > > > screen (way too low). I know I could "fix" this manually with an > > > offset but wanted to make sure I wasn't doing something wrong. Is > > > this a bug that is known, will it be fixed or is this now "expected" > > > behavior? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
