Closed Bug 389234 Opened 18 years ago Closed 16 years ago

css cursor:auto bug

Categories

(Core :: CSS Parsing and Computation, defect)

x86
All
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 88688

People

(Reporter: bugzilla33, Unassigned)

Details

Attachments

(1 file)

User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070624 Minefield/3.0a6pre HTML code: <body style="cursor:default"> <div>contents</div> <div><a href="link.html" style="cursor:auto">link</a></div> <div><input style="cursor:auto" /></div> </body> Reproducible: Always Steps to Reproduce: 1. please mouseover cursor on <a>...</a> 2. please mouseover cursor on <input /> Actual Results: 1. cursor type: text 2. cursor type: default Expected Results: 1. cursor type: pointer 2. cursor type: text n/a
Version: unspecified → Trunk
Component: General → Style System (CSS)
Product: Firefox → Core
This sounds like bug 88688 to me.
Attached file <input> testcase
The link part certainly is a duplicate of bug 88688. Not sure if that 'default' cursor for the <input> is the correct result though... note that text inside the <input> have a text cursor, it's just where there is no text that we get a default cursor. I'm guessing it depends if we hit this function or not: http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/layout/generic/nsTextFrameThebes.cpp&rev=3.54&root=/cvsroot&mark=3436-3437#3431
URL: n/a
Severity: normal → minor
OS: Windows XP → All
QA Contact: general → style-system
I think it's all invalid, for the reasons described there.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: