[Webkit-unassigned] [Bug 254936] REGRESSION (iOS 16.4): Modal gets stuck in in-app browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 23:38:39 PDT 2023


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

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
ok I can reproduce on iOS 16.4 normal release (not beta).

in a different way.
That would be probably interesting for Simon.

Once the app is installed and all the login, booking is done.

1. Edit Traveler details
2. tap on the firstname field
3. Enter characters
4. then tap on OK
5. Then name field
6. Enter characters
7. then tap on OK.

and so on. 
Each time the modal is shifted toward the bottom, but the CSS has not been modified and the style is still

```
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline:0
}
```

Also in addition to the modal being shifted, the input layer seems to stay in place. Aka the cursor is not at the right place anymore. So there is an issue with the alignments of the layers.

-- 
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/20230405/a576ce50/attachment.htm>


More information about the webkit-unassigned mailing list