Closed
Bug 1359
Opened 26 years ago
Closed 26 years ago
CSS2 property "cursor" not working
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: angus, Assigned: joki)
Details
Kipp told me that this was implemented, but I can't get it to work. Maybe
related to the problems we're having with mouse cursors when over links?
This would be extremely useful for demo purposes.
Example:
<div style="cursor:hand">Foo</div>
Assignee | ||
Updated•26 years ago
|
Assignee: troy → joki
Assignee | ||
Comment 1•26 years ago
|
||
No, its just kind of doesn't work in general. I'm working on that right now,
actually.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
There is a problem with the bug report. 'hand' is not a valid cursor style.
The intended behavior can be gotten with
<div style="cursor:pointer">Foo</div>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Thanks, Tom! Verified fixed in 12.1.98 build, using xpviewer on NT 4.0 SP3.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•