Chrome 中的错误?拖动未对齐链接的反馈
如果我创建一个具有“draggable”属性的链接,然后拖动该链接,Chrome 会显示鼠标光标后面的链接图像。在某些情况下,特别是当链接与其父节点的左边界之间存在距离时,拖动的图像最终会与鼠标光标保持恒定的距离。
为什么 Chrome 中部分透明的图像与鼠标光标不对齐?它似乎在 Firefox 和 Opera 中运行良好。这是一个错误吗?有修复吗?
在这里查看一个非常简单的示例: http://jsfiddle.net/mjbCN/1/
If I create a link with the attribute "draggable" and then drag the link, Chrome displays an image of the link that follows the mouse cursor. In some cases, notably when there is distance between the link and the left boundary of its parent node, the dragged image ends up at a constant distance from the mouse cursor.
Why is it that the partially transparent image does not line up with the mouse cursor in Chrome? It seems to work fine in Firefox and Opera. Is this a bug, and is there a fix?
See a very simple example here: http://jsfiddle.net/mjbCN/1/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,这个问题最终得到了解决。
https://code.google.com/p/chromium/issues/detail ?id=101204
This was eventually fixed, apparently.
https://code.google.com/p/chromium/issues/detail?id=101204