RESOLVED INVALID 109583
On CSS cursor change, call EventHandler::scheduleCursorUpdate() on hovered nodes only
https://bugs.webkit.org/show_bug.cgi?id=109583
Summary On CSS cursor change, call EventHandler::scheduleCursorUpdate() on hovered no...
Aivo Paas
Reported 2013-02-12 07:06:50 PST
This is a follow-up to further optimize the work done for bug 101857 Because :hover state is not reliable for detecting which node is actually under mouse cursor (or in the chain of parents of that node), there should be another way to detect nodes under mouse cursor. One possibility is to keep track of the hovered chain in EventHandler. Other suggestions are welcome. There are also bugs around for cursor/hover not updating on DOM/layout changes, those cases could probably be handled by the solution too.
Attachments
Brent Fulgham
Comment 1 2022-07-13 14:04:34 PDT
Since there is no specific test case, we can't determine if further action is needed here.
Note You need to log in before you can comment on or make changes to this bug.