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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 01:48:23 PDT 2009


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


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31772|review?                     |review-
               Flag|                            |




------- Comment #7 from oliver at apple.com  2009-06-24 01:48 PDT -------
(From update of attachment 31772)
Typo updateCurrentMousePoistions should be updateCurrentMousePositions

I'm also really unhappy with the the addition of multiple #if PLATFORM(WIN)
cases.  There is no explanation of why these should be windows only.
Sending a mouseMove event in response to a key board even t seems highly
suspect and i'd want tests for that behaviour, and confirmation that other
browsers do it
I don't think we should be refreshing the cursor on every key event if we can
avoid it -- in the general case we won't need to update, so updating every time
seems incorrect.

I would think a superior solution would be to update the mouse state if an
element that is currently under the mouse scrolls, but i think hyatt would be
the one to talk about that in general.


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



More information about the webkit-unassigned mailing list