Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1790
WebDialogWindow located on content page has issues with the scrolling/height.
posted

I have a dialogwindow put on a content page.  Everything works fine except when the window is in normal state, the scrollbar acts very strangely.  It is frustrating for the user because it won't scroll properly.  You can grab the vertical scrollbar and it will only go so far down, probably because the height on the content placeholder is set, and it will pause for a long time before it gets updated to render the bottom of the dialog window.

How can I get the scrollbar to function properly?  I tried removing the window element like in another post and readding it to the form, but I get an error saying that it is already added and I can't have a duplicate. I have tried using an extra div statment to set the height of the div and then set the window at 100%, but the window overflows at that point.

Adjudication.zip
Parents
  • 49378
    posted

    Hi nbizub,

    Thank you for posting in the community.

    I have investigated your sample, however so far am unable to find any issues with the dialog window's scrollbar (using your setup directly in a website). However, the pages scrollbar itself behaves a bit oddly while the MaintainLocationOnScroll property is set to true. Setting that property to false seems to resolve that matter.

    Please let me know if I am misunderstanding your issue in any way.

     

Reply Children