[Webkit-unassigned] [Bug 70830] New: Cursor does not change after DOM element is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 11:01:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70830

           Summary: Cursor does not change after DOM element is removed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/adamzr/2xfYa/2/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adamzr at gmail.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list