Closed
Bug 293510
Opened 20 years ago
Closed 18 years ago
dynamic changes of 'cursor' property don't work until mouse moves
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: Biesinger)
References
Details
[ Spun off of bug 247157 comment 4. ]
Dynamic changes of the 'cursor' property on the element underneath the mouse
don't work until the mouse moves.
Fixing this probably just requires adding a Cursor bit to nsChangeHint, making
the appropriate nsStyleStruct with mCursor's CalcDifference method return it,
tweaking nsStyleContext::CalcDifference (or whatever it's called), and then
writing handling code for that change in the frame constructor.
Comment 1•20 years ago
|
||
biesi, didn't you have a patch to do this? I recall reviewing one...
| Assignee | ||
Comment 2•20 years ago
|
||
yeah, that was bug 263671. does that code not work?
| Reporter | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•