Bug 22296

Summary: Custom cursor not updated until mouse move.
Product: WebKit Reporter: Dean McNamee <deanm>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal Keywords: GoogleBug
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://maps.google.com/

Description Dean McNamee 2008-11-16 10:55:01 PST
Google maps uses a custom cursor to implement a grabbing hand.  When you mouse over a map, you get a little hand custom cursor.  When you click the map, a grabbing hand custom cursor is used.

On WebKit, the cursor isn't updated until a mouse move.  A click and hold is still left with the hand cursor until you start to drag, which then updates to the grabbing hand cursor.  Firefox and Internet Explorer get this correct and update the cursor on click.
Comment 1 Eric Seidel (no email) 2008-11-19 00:11:35 PST
Seems like it would be simple to fix.  I actually see maps.google.com turning back to an arrow on click, and then flipping between an arrow and a grabbing hand on move.
Comment 2 Darin Fisher (:fishd, Google) 2008-11-19 00:18:40 PST
Hmm... Eric, do you see that cursor flipping behavior in Chrome?  Using both trunk and release builds of Chrome, it seems to only have the problem that Dean reports.
Comment 3 Alexey Proskuryakov 2008-11-20 13:19:31 PST
See also: bug 17052.
Comment 4 Darin Adler 2009-01-13 09:53:25 PST

*** This bug has been marked as a duplicate of 14344 ***