Closed
Bug 299301
Opened 20 years ago
Closed 20 years ago
the cursor:auto css style declaration causes the text cursor to appear when applied to links
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: grantwohl+mozbug, Assigned: dbaron)
Details
Attachments
(1 file)
|
223 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050630 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050630 Firefox/1.0+ Links that have cursor:auto applied to them cause a text cursor instead of a pointer cursor. Reproducible: Always Steps to Reproduce: 1.Create a simple HTML document with a link. 2.Add a style of "cursor:auto" to the link. 3.Open the page. 4.Hover your mouse over the link. Actual Results: I got a text cursor. Expected Results: I should have gotten a pointer cursor.
| Reporter | ||
Comment 1•20 years ago
|
||
Attaching testcase.
| Assignee | ||
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 88688 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•