flash 的“useHandCursor = true”不适用于 Mac 上的 Chrome
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试添加buttonMode =“true”和mouseChildren =“false”
Try adding buttonMode="true" and mouseChildren="false"
不幸的是,这似乎是 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
这是 Mac 版 Chrome 5 中的一个已知错误;它已经在开发频道中修复了。
This was a known bug in Chrome 5 for the Mac; it's already fixed in the Dev channel.