[Webkit-unassigned] [Bug 5923] REGRESSION: scrolling on Google maps continues after the mouse is released outside the window

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Mar 3 13:26:02 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5923





------- Comment #7 from opendarwin.org at mitzpettel.com  2006-03-03 13:26 PDT -------
I tracked this bug down to this change, from r11105 (Fix hit testing of
relative positioned inline flows inside clipped overflow blocks so that they
aren't mistakenly included in hit testing):

 bool RenderLayer::containsPoint(int x, int y, const QRect& damageRect) const
 {
-    return mustExamineRenderer(renderer()) || damageRect.contains(x, y);
+    return damageRect.contains(x, y);
 }

Undoing this change alone fixes the regression (and the frame-resize separator
issue too).


-- 
Configure bugmail: http://bugzilla.opendarwin.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