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
parent b48e20c1ef
commit 4a7d3f41a4

View File

@ -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;
}
}