зеркало из https://github.com/mozilla/pjs.git
Bug 213303. Allow events to be sent to views which are totally clipped out. r+sr=dbaron,a=brendan. Patch by nielsen@memberwebs.com.
This commit is contained in:
Родитель
793ee6a097
Коммит
d6733d1661
|
@ -3559,9 +3559,6 @@ PRBool nsViewManager::AddToDisplayList(nsView *aView,
|
|||
nsRect clipRect;
|
||||
|
||||
aView->GetClippedRect(clipRect, clipped, empty);
|
||||
if (empty) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
clipRect.x += aAbsX;
|
||||
clipRect.y += aAbsY;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче