I believe Leslie Polzer has a patch for this that is going into -dev
soon.
Adding this function to dialog.js
function repositionDialog () {
Position.EyeLevel($$('.dialog')[0]);
}
and calling it right after
execJsonCalls(json['on-load']);
in weblocks.js is the unpatchified version.
cheers,
nb.
On Apr 15, 1:04 am, Ian Eslick <[email protected]> wrote:
> If you use the do-dialog facility to create larger dialogs with
> content other than trivial yes/no responses, there are problems caused
> by resizing windows or scrolling because the dialog boundaries do not
> adapt to changes in window configuration. Is there a browser event
> that the dialog code can connect to do redraw the bounding box when
> the original window size changes? Anyone else had issues with this
> and/or have a solution?
>
> Thanks,
> Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" 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/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---