当焦点集中在“我的网站”上时,OWA Web 部件会跳转/移动
在 SharePoint (MOSS 2007) 中,页面上有 OWA Web 部件(收件箱或日历部件),当页面加载时,它会“跳”下来将该部件作为焦点。 无论它在页面的哪个位置。 有没有人遇到过这个问题或者知道如何解决这个问题?
这种情况发生在使用 OWA 组件的开箱即用共享点站点上。 没有修改或第 3 方组件或自定义正在发挥作用。
谢谢。
In SharePoint (MOSS 2007), with an OWA web part on the page, either inbox or calendar parts, when a page loads it "jumps" down to have that part as the focus. No matter where it is on the page. Has anyone encountered this before or know how to solve this issue?
This happens on out of the box sharepoint sites, with the OWA components. No mofidications or 3rd party components or customizations are in play.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下。 Web 部件旨在在加载时获得焦点。
下面可能是使用 jQuery/JS 的解决方案:
没有经过任何测试,但通常这是我们防止默认行为的方式。
Its by default. The webparts are designed to get the focus when loaded.
Below might be solution/s using jQuery/JS:
Nothing tested but normally this is how we prevent default behavior.