[Webkit-unassigned] [Bug 17052] Scrolling with arrow keys does not update cursor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 12:52:12 PDT 2009


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





--- Comment #29 from Darin Adler <darin at apple.com>  2009-08-11 12:52:08 PDT ---
Sorry for confusing you with the earlier person working on this bug!

(In reply to comment #28)
> So what do you think of having a separate mouseMovedVirtually() method in
> EventHandler?

I would name it simulateMouseMove() or simulateMouseMotion() since I don't
really think "virtually" is quite as good a way of saying what the function
does.

> but the
> semantics of mouseMovedVirtually() are quite clear -- whenever the mouse moves
> relative to any elements (without the mouse actually moving -- i.e., the
> elements move!), it should be called.

If that’s true, then perhaps we should name it for when it should be called
rather than for what it does. Maybe contentMovedUnderMouse() or something along
those lines?

> Currently, I call it from the scrolling
> code, but it should be called from elsewhere as well; it may need to be made
> more sophisticated to work correctly in those cases, but it's a start.

Seems like a reasonable first step. Lets not set our sights too low though.
Lets try to fix this all the way!

-- 
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