[webkit-reviews] review requested: [Bug 27289] Click/releases on scrollbars misbehave when mouse move is missed : [Attachment 32769] Fixes bug 27289 by updating m_lastScrollbarUnderMouse on mouse down.

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


Viet-Trung Luu <viettrungluu at gmail.com> has asked  for review:
Bug 27289: Click/releases on scrollbars misbehave when mouse move is missed
https://bugs.webkit.org/show_bug.cgi?id=27289

Attachment 32769: Fixes bug 27289 by updating m_lastScrollbarUnderMouse on
mouse down.
https://bugs.webkit.org/attachment.cgi?id=32769&action=review

------- Additional Comments from Viet-Trung Luu <viettrungluu at gmail.com>
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.


More information about the webkit-reviews mailing list