Bug 109583

Summary: On CSS cursor change, call EventHandler::scheduleCursorUpdate() on hovered nodes only
Product: WebKit Reporter: Aivo Paas <aivopaas>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, bfulgham, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 101857    
Bug Blocks:    

Description Aivo Paas 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.
Comment 1 Brent Fulgham 2022-07-13 14:04:34 PDT
Since there is no specific test case, we can't determine if further action is needed here.