当焦点集中在“我的网站”上时,OWA Web 部件会跳转/移动

发布于 2024-07-14 06:01:11 字数 204 浏览 9 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你是暖光i 2024-07-21 06:01:11

默认情况下。 Web 部件旨在在加载时获得焦点。
下面可能是使用 jQuery/JS 的解决方案:

  1. 只需在底部创建另一个 Web 部件(CE Web 部件仅用于添加 JS)并添加 JQUERY/JS 代码以将页面滚动到顶部
  2. 了解默认值从 OWA Web 部件调用的 JS 函数 在您的自定义 JS 中覆盖它们

没有经过任何测试,但通常这是我们防止默认行为的方式。

Its by default. The webparts are designed to get the focus when loaded.
Below might be solution/s using jQuery/JS:

  1. Just create another webpart in the bottom (CE webpart just for adding JS) and add a JQUERY/JS code to scroll the page to top
  2. Get to know the default JS function that's being called from the OWA webparts & override them in your custom JS

Nothing tested but normally this is how we prevent default behavior.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文