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

This commit is contained in:
Margaret Leibovic 2014-05-22 10:59:05 -07:00
parent 910f580313
commit 1de5772941

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