Bug 1014708 - Disable zoom for find in page. r=mfinkle

This commit is contained in:
Margaret Leibovic 2014-05-23 18:33:45 -07:00
Родитель 9aca6f8285
Коммит a2d82348fa
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -77,7 +77,8 @@ var FindHelper = {
this._targetTab.sendViewportUpdate();
}
} else {
ZoomHelper.zoomToRect(aData.rect, -1, false, true);
// Disabled until bug 1014113 is fixed
//ZoomHelper.zoomToRect(aData.rect, -1, false, true);
this._viewportChanged = true;
}
}