js/css改变光标
我正在使用 css/js 来更改指针悬停在其上的元素的类。该类决定自定义光标图像。
不幸的是,除非我物理移动鼠标,否则 Chrome 中的光标似乎不会更新。不幸的是,该应用程序主要通过键盘使用,但光标图像非常重要。
有什么办法解决这个问题吗?
谢谢。
I'm using css/js to change the class of an element which the pointer is hoving over. The class determines the custom cursor image.
Unfortunately, it seems as if the cursor does not update in Chrome unless I physically move the mouse. Unfortunately the app is primarily used through the keyboard, however the cursor image is pretty important.
Any way around this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上是 Chrome 和 Safari 中记录的错误。请参阅 StackOverflow 上的此问题:
在用户不移动鼠标的情况下将浏览器光标从“等待”更改为“自动”
我认为您现在运气不好,抱歉
This is actually a documented bug in Chrome and Safari. See this question on StackOverflow:
Getting the browser cursor from "wait" to "auto" without the user moving the mouse
I think you're out of luck for now, sorry