Vaadin应用程序,跳转到页面顶部
我有一个带有外部面板的 vaadin 应用程序,并上传了这批内部面板。这种情况下整个页面底部(底部面板)都会跳转。我怎么知道这个时候会自动跳到最上面呢?
“window.getApplication().getMainWindow.setScrollleft(x)
”不起作用,因为它们不想要滚动窗格,而且您还希望浏览器跳到顶部。
谢谢 G
我尝试了 vaadin 6.7(仍处于测试版),但仍然产生错误。
I have a vaadin application that has an outer panel, and upload this lot, interior panels. This case the entire bottom of the page (the bottom panel) jumps. How I know this time will automatically jump to the top?
The "window.getApplication().getMainWindow.setScrolleft(x)
" does not work, because they do not want a scrolling panebut also you want the browser to jump to the top.
Thanks G
I tried vaadin 6.7(still in beta), but still it produces the error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很可能是由于 vaadin 中的一个错误造成的,该错误已在 6.7 分支中修复。
华泰
this is most probably due to a bug in vaadin that has been fixed in the 6.7 branch.
HTH