Bug 53342
Summary: | Hover is not updated when an element’s position moves as part of layout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | darin, hyatt, peng.liu6, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=53340 |
Simon Fraser (smfr)
From https://bugs.webkit.org/show_bug.cgi?id=14344#c13
2) If an element’s position change affects the cursor because it moves under the cursor our moves out from under the cursor the cursor won’t change until the mouse moves.
3) Hover effects also don’t change in cases like (2).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
Bug 53340 is about the same issue with cursor shape. Hyatt has suggested fixing both bugs at the same time.