diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index b62c5e67319f..1b030f333114 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -6662,7 +6662,7 @@ PresShell::HandleEvent(nsIView *aView, ignoreRootScrollFrame = static_cast(aEvent)->ignoreRootScrollFrame; } nsIFrame* target = nsLayoutUtils::GetFrameForPoint(frame, eventPoint, - PR_FALSE, ignoreRootScrollFrame); + PR_TRUE, ignoreRootScrollFrame); if (target) { frame = target; }