Closed
Bug 389234
Opened 18 years ago
Closed 16 years ago
css cursor:auto bug
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: bugzilla33, Unassigned)
Details
Attachments
(1 file)
|
435 bytes,
text/html
|
Details |
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
| Reporter | ||
Updated•18 years ago
|
Version: unspecified → Trunk
| Reporter | ||
Updated•18 years ago
|
Component: General → Style System (CSS)
Product: Firefox → Core
Comment 2•18 years ago
|
||
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
Updated•18 years ago
|
Updated•18 years ago
|
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.
Description
•