[Webkit-unassigned] [Bug 8137] REGRESSION: scrolling on Google maps continues after the mouse is released outside the window
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 2 14:34:29 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=8137
------- Comment #7 from mitz at webkit.org 2006-12-02 14:34 PDT -------
(In reply to comment #6)
> (In reply to comment #1)
> This method no longer exists due to refactoring, but the problem remains. I
> couldn't quickly find where this logic was moved.
>
Now in RenderLayer::hitTestLayer(), the request.active condition:
// We didn't hit any layer. However if the mouse is down, we must always
at least be inside
// the render view.
if (request.active && renderer()->isRenderView()) {
renderer()->setInnerNode(result);
return this;
}
--
Configure bugmail: http://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