Bug 53340 - Cursor is not updated when an element’s position moves as part of layout
Summary: Cursor 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:
: 70830 109457 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-28 15:44 PST by Simon Fraser (smfr)
Modified: 2020-10-29 10:51 PDT (History)
5 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: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.
Comment 1 Darin Adler 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.
Comment 2 Shane Stephens 2012-01-04 20:01:24 PST
*** Bug 70830 has been marked as a duplicate of this bug. ***
Comment 3 Alexey Proskuryakov 2013-02-14 13:34:23 PST
*** Bug 109457 has been marked as a duplicate of this bug. ***
Comment 4 spamdaemon 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?