Rank: Member Groups: Member
Joined: 11/26/2010 Posts: 26
|
I have a little dialog issue; consider this scenario: * standard ASP.NET 4.0 app, 3 content placeholders in a master page, middle (body) can have a lot of content, let's say 3000px * a dialog's AllowMove property is set to "True", the client-side link to the dialog is located in the footer of the master page * when a user scrolls to the bottom of the page (to click and bring up the dialog), the dialog pops up correctly; however, when you attempt to DRAG the header of the dialog, it disappears, CSS puts it off the screen. The key factor is that you have to try to move the dialog while at the bottom of the scrolled content. If you open the dialog, then scroll up without closing it and reach to the top of the page, the dialog is draggable.
Tested in Chrome, FF and IE 10/11, the behavior is consistent.
Please let me know if you need code sample.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Thanks for reporting the issue. We have confirmed this to be a problem and we will fix it in our next build.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
This is just to let u know that we have posted a new build that should fix this issue. You can download the new build from our download page.
Thanks!
|
Rank: Member Groups: Member
Joined: 11/26/2010 Posts: 26
|
Build 94 solves the issue - thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Great! Thanks for confirming the fix!
|