Anchor with `cursor: auto` produces unexpected text cursor
Reported by
clinte...@gmail.com,
Jan 5 2018
|
||
Issue description
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36
Example URL:
Steps to reproduce the problem:
1. Style an <a> with `cursor: auto`.
```
<!DOCTYPE html>
<style> a:hover { cursor: auto; } </style>
foo <a href="http://example.com">bar</a>
```
2. Move cursor over element.
What is the expected behavior?
The default stylesheet explicitly uses `cursor: pointer`, which results in the expected cursor.
What went wrong?
The cursor used is that of `cursor: text`.
Does it occur on multiple sites: Yes
Is it a problem with a plugin? N/A
Did this work before? Yes
Does this work in other browsers? Yes
Chrome version: 63.0.3239.132 Channel: stable
OS Version: OS X 10.12.6
Flash Version:
,
Jan 5 2018
Link to spec: https://drafts.csswg.org/css-ui-3/#valdef-cursor-auto "auto behaves as text over selectable text or editable elements, and default otherwise."
,
Jan 11 2018
Closing as the implementation appears to match the spec and is the same as firefox. |
||
►
Sign in to add a comment |
||
Comment 1 by dtapu...@chromium.org
, Jan 5 2018Components: -Blink Blink>Input
Labels: Needs-Feedback