Sunday, 15 September 2013

jQuery ui dialog overlay and ajax injected html -



jQuery ui dialog overlay and ajax injected html -

i have problem site (unfortunately can't provide link because it's on staging environment).

i have jqueryui dialog opens when page loads, if scroll downwards overlay covers of it. part of page updated ajax calls , height of page increment , that's issue, overlay don't covers page more , bottom content accessible.

i can see overlay adapts changes, resize of page.. there way update when scrolling downwards example? could solve issue

i'm sorry can't provide link shows issue..

regards, gianpiero

in similar situation found successful workaround triggering window resize event after each asynchronous dom change:

$(window).resize();

ajax jquery-ui dialog overlay

No comments:

Post a Comment