Ok, so `endZoomToMetrics.GetZoom()` being 1 explains why no zooming occurs. Next, let's see how that comes about: * Is `aZoomTarget.targetRect` reasonable? If the focused element is an input field, I would expect it to be the bounding box of the input field. * If so, what prevents the target zoom from being something larger that would zoom in on that rect and centre in on the screen? * Perhaps `mZoomConstraints.mMaxZoom` fails to reflect the `maximum-scale=2` for some reason?
Bug 1746126 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Ok, so `endZoomToMetrics.GetZoom()` being 1 explains why no zooming occurs. Next, let's see how that comes about: * Is `aZoomTarget.targetRect` reasonable? If the focused element is an input field, I would expect it to be the bounding box of the input field. * If so, what prevents the target zoom from being something larger that would zoom in on that rect and centre it on the screen? * Perhaps `mZoomConstraints.mMaxZoom` fails to reflect the `maximum-scale=2` for some reason?