RESOLVED DUPLICATE of bug 53340 Bug 70830
Cursor does not change after DOM element is removed
https://bugs.webkit.org/show_bug.cgi?id=70830
Summary Cursor does not change after DOM element is removed
Adam
Reported 2011-10-25 11:01:10 PDT
What steps will reproduce the problem? 1. Create a DOM element with the CSS cursor: waiting 2. Place the cursor over that element 3. Remove that element What is the expected result? The cursor changes to the normal cursor or whatever cursor is set for the element the cursor is now over What happens instead? The cursor stays as "waiting" until the cursor is moved (even a slight move triggers the correction). Please provide any additional information below. Attach a screenshot if possible. Try out http://jsfiddle.net/adamzr/2xfYa/2/ Be careful to not even touch the mouse, the slightest move of the cursor corrects itself.
Attachments
Alexey Proskuryakov
Comment 1 2011-10-26 12:53:15 PDT
This is almost the same as bug 53340.
Shane Stephens
Comment 2 2012-01-04 20:01:24 PST
53340 differs from this case only in that step 3 is moving the element rather than removing it. As a move is simply a remove and reinsert I think this is a dupe of 53340. *** This bug has been marked as a duplicate of bug 53340 ***
Aivo Paas
Comment 3 2013-02-12 05:31:11 PST
It is not a duplicate since 53440 does not necessarily involve DOM manipulation.
Note You need to log in before you can comment on or make changes to this bug.