Rank: Advanced Member Groups: Member
Joined: 7/26/2009 Posts: 36
|
I have placed a fairly simple dialog inside a pageview in an EO multipage control so it call be called when the user presses a button inside the pageview (I found that the dialog must reside within the pageview otherwise it does not appear). When I do the dialog takes significantly longer to both load and unload.
I have tried moving it to another page where it loads much faster so I am assuming it has something to do with the pageview control.
Also, while it loads faster when outside of the pageview... I am rather disappointed with the normal speed the EO dialogs load at.
Has anyone seen this issue before?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have not had any case where a dialog MUST be inside a PageView to function. In theory, it does involves more work when the dialog is placed inside the PageView because it will take more time on position calculations because of the distance the code has to travel until it reaches root. However in reality it was never noticable because the difference is in milliseconds. In any case, we recommend you to place the dialog closer to the page root for better performance.
As such I think you should focus on why the dialog would not appear unless it is placed inside a PageView. My guess is that you have some incorrectly formatted HTML elements (for example, unclosed td element) that is interfering with normal page structure. So try to comment page contents out block by block should help you to locate the problem. If you have commented out everything and the problem still occurs, post a test page and we will be happy to take a look.
Thanks!
|