flash 的“useHandCursor = true”不适用于 Mac 上的 Chrome

发布于 2024-08-31 13:06:01 字数 238 浏览 6 评论 0原文

我正在开发一个 Flash 游戏,使用默认的 SimpleButton 对象作为按钮,并且手形光标在 PC Chrome 和 Mac 版 Firefox 和 Safari 上运行良好,但 Mac 上的 Chrome 不允许我将默认光标替换为手形光标。我什至为每个添加单击事件的按钮将 useHandCursor 设置为 true,但仍然一无所获。

我们没有其他翻转事件,因此光标切换很重要。

还有其他人遇到这个问题并有解决办法吗?

I'm developing a flash game using the default SimpleButton object for my buttons and the hand cursor is working just fine on PC Chrome and Firefox and Safari for Mac, but Chrome on Mac is not letting me swap the default cursor for the hand cursor. I've even set useHandCursor to true for every button I add a click event to and am still getting nothing.

We've got no other rollover events, so it's important that the cursor switch.

Anyone else run into this and have a lil-fixy / workaround?

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

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

发布评论

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

评论(3

妄司 2024-09-07 13:06:01

尝试添加buttonMode =“true”和mouseChildren =“false”

Try adding buttonMode="true" and mouseChildren="false"

聚集的泪 2024-09-07 13:06:01

不幸的是,这似乎是 Mac 上 Chrome 的一个已知问题。我看到很多其他人对此抱怨,但没有解决方案:

http://groups.google.com/group/flashcodersny/browse_thread/thread/78b5687f3d03fe31?fwc=1&pli=1

http://twitter.com/bit101/status/10482050100

It seems like a known issue with Chrome on the mac, unfortunately. I've seen a number of other people complaining about it but no solutions:

http://groups.google.com/group/flashcodersny/browse_thread/thread/78b5687f3d03fe31?fwc=1&pli=1

http://twitter.com/bit101/status/10482050100

噩梦成真你也成魔 2024-09-07 13:06:01

这是 Mac 版 Chrome 5 中的一个已知错误;它已经在开发频道中修复了。

This was a known bug in Chrome 5 for the Mac; it's already fixed in the Dev channel.

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