Bug 675669 - Ignore paint suppression for hit testing. r=ehsan

This commit is contained in:
Josh Matthews 2011-08-08 19:05:50 -04:00
Родитель 248d31410d
Коммит 0fa1d0b721
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6662,7 +6662,7 @@ PresShell::HandleEvent(nsIView *aView,
ignoreRootScrollFrame = static_cast<nsMouseEvent*>(aEvent)->ignoreRootScrollFrame;
}
nsIFrame* target = nsLayoutUtils::GetFrameForPoint(frame, eventPoint,
PR_FALSE, ignoreRootScrollFrame);
PR_TRUE, ignoreRootScrollFrame);
if (target) {
frame = target;
}