Ajax 工具包 - 内部更新面板刷新后重置模态弹出位置
我有一个可以拖动和移动的模式弹出窗口。它还包含一个 ajaxUpdatePanel 来更新其中的某些元素。
我的问题是,如果模式弹出窗口已移动并且更新面板触发,弹出窗口将弹回到中心位置。没有任何问题,只是让最终用户感到烦恼。
有什么线索吗?
I have a modal popup that can be dragged and moved. It also contains an ajaxUpdatePanel to update certain elements within it.
My problem is that if the modal popup has been moved around and the update panel fires, the popup will pop back to center position. Nothing breaks, it's just annoying to end users.
Any clues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用下面的脚本:
如果您关闭弹出窗口并在没有完全回发的情况下再次打开它,它将保存以前的位置,但下次它将再次居中。
You may use script below:
If you'll close popup and open it again without full postback it will save previous position, but the next time it will be centered again.