Bug 1738696 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.

(In reply to makeworld from comment #5)
> There are potentially other settings that should disable this, like `max-scale=1` 

Based on my reading of th e code, `min-scale` and `max-scale` should already be respected for zoom-to-focused-input. You should be able to use these as a workaround while waiting for the change here to also respect `user-scalable`.

> and `touch-action: none`.

Definitely. `manipulation` is the most permissive value of `touch-action` (other than `auto`), so if `manipulation` disables an action, then all the less permissive values (including `none`) will disable it as well.
(In reply to makeworld from comment #5)
> There are potentially other settings that should disable this, like `max-scale=1` 

Based on my reading of the code, `min-scale` and `max-scale` should already be respected for zoom-to-focused-input. You should be able to use these as a workaround while waiting for the change here to also respect `user-scalable`.

> and `touch-action: none`.

Definitely. `manipulation` is the most permissive value of `touch-action` (other than `auto`), so if `manipulation` disables an action, then all the less permissive values (including `none`) will disable it as well.

Back to Bug 1738696 Comment 6