Bug 53342 - Hover is not updated when an element’s position moves as part of layout
Summary: Hover is not updated when an element’s position moves as part of layout
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 15:45 PST by Simon Fraser (smfr)
Modified: 2020-10-29 11:08 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-01-28 15:45:42 PST
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).
Comment 1 Darin Adler 2011-01-31 14:24:29 PST
Bug 53340 is about the same issue with cursor shape. Hyatt has suggested fixing both bugs at the same time.