Bug 232543

Summary: iOS 15 address bar with fixed root element
Product: WebKit Reporter: mallchel <sebastianalfabc>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Major CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
gap from address bar none

mallchel
Reported 2021-10-31 01:50:41 PDT
Created attachment 442932 [details] gap from address bar Problem: We have a gap after the bottom address bar collapse Environment: IOS 15 Steps: 0. The address bar should be at the bottom position 1. - content inside the root element doesn't stretch it outside the viewport - Or we use position: fixed on the root element 2. Start using arrows in the keyboard to tabulation between the input fields 3. Close keyboard Expected result: The bottom address bar is returned to the expanded state. Actual result: The bottom address bar is collapsed and we see the GAP because height: 100% smaller than the allowed viewport space Link to the live demo: https://codesandbox.io/s/pedantic-jennings-hjv3t
Attachments
gap from address bar (398.46 KB, image/png)
2021-10-31 01:50 PDT, mallchel
no flags
Radar WebKit Bug Importer
Comment 1 2021-10-31 20:47:55 PDT
Simon Fraser (smfr)
Comment 2 2021-11-02 13:48:26 PDT
This is an issue in MobileSafari code, and not WebKit, so it's tracked by internal bug reports.
mallchel
Comment 3 2021-11-03 06:07:43 PDT
Should I create another issue somewhere?
Simon Fraser (smfr)
Comment 4 2021-11-03 09:08:56 PDT
No need, this is already tracked.
Brent Fulgham
Comment 5 2021-11-03 10:26:07 PDT
(In reply to mallchel from comment #3) > Should I create another issue somewhere? Have you tested this on iOS 15.1 (19B74)? We believe this bug is fixed in that public release.
mallchel
Comment 6 2021-11-05 04:23:23 PDT
> Have you tested this on iOS 15.1 (19B74)? We believe this bug is fixed in that public release. Yep, I just tested this case on iOS 15.1, and I've seen the same problem. Note that in order to reproduce the bug, you need to tab between inputs with the navigation arrows on your keyboard and then close the keyboard.
mallchel
Comment 7 2021-11-05 04:35:25 PDT
Wow!) But in iOS 15.2 seems like all works as expected.
Note You need to log in before you can comment on or make changes to this bug.