Bug 53340

Summary: Cursor is not updated when an element’s position moves as part of layout
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: adamzr, darin, diiiimaaaa, hyatt, spamdaemon
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
See Also: https://bugs.webkit.org/show_bug.cgi?id=53342

Simon Fraser (smfr)
Reported 2011-01-28 15:44:03 PST
From https://bugs.webkit.org/show_bug.cgi?id=14344#c13 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.
Attachments
Darin Adler
Comment 1 2011-01-31 14:24:46 PST
Bug 53342 is about the same issue with hover state. Hyatt has suggested fixing both bugs at the same time.
Shane Stephens
Comment 2 2012-01-04 20:01:24 PST
*** Bug 70830 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 3 2013-02-14 13:34:23 PST
*** Bug 109457 has been marked as a duplicate of this bug. ***
spamdaemon
Comment 4 2013-02-20 12:23:05 PST
I believe I've run into this issues when I set an element with a wait cursor to "display: none"? I've got some code that pulls a transparent blocking window over the page while an AJAX call is in progress. Once the ajax call returns, the blocking window is removed, but the cursor remains the same until I move the mouse. On Firefox, the cursor automatically changes back without having to move the mouse. Is anyone working this. This issue has been open for quite some time?
Note You need to log in before you can comment on or make changes to this bug.