[Webkit-unassigned] [Bug 238386] Page is not responding after bluring input when maximum-scale fixed to 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 10:51:47 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238386

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Mahdi from comment #0)
> ## Steps to produce
> In a html file set at least this meta tag:
> 
> ```html
> <meta name=“viewport” content=“maximum-scale=1.0” />
> ```
> 
> and put input file ( i used `type=text` )
> 
> focus on input, then blur. And that’s it.

To clarify — do you mean programmatic focus()/blur()? Or did you mean simply tapping on the input element?

(Either way, I was not able to reproduce on iPhone running the latest iOS, on a simple test page:)

```
<!DOCTYPE html>
<html>
<meta name="viewport" content="maximum-scale=1.0" />
<body>
<input type="text" />
</body>
</html>
```

> Page is unresponsive to any touch! ( just for seconds )

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220325/75a5cd51/attachment.htm>


More information about the webkit-unassigned mailing list