Bug 109583
Summary: | On CSS cursor change, call EventHandler::scheduleCursorUpdate() on hovered nodes only | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aivo Paas <aivopaas> |
Component: | CSS | Assignee: | 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: |
Aivo Paas
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Since there is no specific test case, we can't determine if further action is needed here.