Firefox 选择整个 silverlight 区域导致浏览器滚动条启用

发布于 2024-08-22 10:42:35 字数 137 浏览 7 评论 0 原文

现在这似乎只是 Firefox 3.6 的问题 当您单击页面上作为一个大的嵌入 silverlight 对象的任意位置时,会出现小的断线轮廓,就像您单击链接时一样。这会导致页面在水平和垂直方向上移动一个像素,从而导致出现滚动条。

有什么想法吗?

This only seems to be a problem now with firefox 3.6
When you click anywhere on the page which is one big embedded silverlight object the little broken outline appears, the same as when you say click on a link. This is causing the page to go one pixel over horizontally and vertically which is causing scroll bars to appear.

Any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

记忆で 2024-08-29 10:42:35

尝试在 CSS 文件中为对象标记设置 outline-width:0 ,或者直接内嵌在插件的对象标记上:

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" style="outline-width:0">

似乎是某种聚焦环可用性错误的副作用已在 3.6 中修复,该问题会导致 Silverlight、Flash、Java Applet 等出现此问题。

http://www.blog.lessrain.com/firefox-36-draws-one-pixel-border/

Try setting outline-width:0 for your object tag either in your CSS file or directly inline on the object tag for the plugin:

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" style="outline-width:0">

Seems to be the side effect of some kind of focus ring usability bug that was fixed for 3.6, which is causing this with Silverlight, Flash, Java Applets, etc.

http://www.blog.lessrain.com/firefox-36-draws-one-pixel-border/

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