зеркало из https://github.com/mozilla/gecko-dev.git
Bug 675669 - Ignore paint suppression for hit testing. r=ehsan
This commit is contained in:
Родитель
248d31410d
Коммит
0fa1d0b721
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче