[Webkit-unassigned] [Bug 27289] Click/releases on scrollbars misbehave when mouse move is missed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 23:32:01 PDT 2009


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


Viet-Trung Luu <viettrungluu at gmail.com> changed:

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




--- Comment #1 from Viet-Trung Luu <viettrungluu at gmail.com>  2009-07-14 23:32:00 PDT ---
Created an attachment (id=32769)
 --> (https://bugs.webkit.org/attachment.cgi?id=32769)
Fixes bug 27289 by updating m_lastScrollbarUnderMouse on mouse down.

EventHandler::m_lastScrollbarUnderMouse is currently only updated on mouse move
and not on mouse down, which makes it fail (or at least behave oddly) when a
mouse down on a scrollbar occurs without a mouse move onto the scrollbar; this
patch fixes this.

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