Bug 251378 - Fullscreen page appears completely misaligned on scrolling up and down
Summary: Fullscreen page appears completely misaligned on scrolling up and down
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Safari 16
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-30 11:53 PST by joemerramos
Modified: 2023-01-30 13:30 PST (History)
5 users (show)

See Also:


Attachments
Reproducing bug (45.43 MB, video/mp4)
2023-01-30 11:53 PST, joemerramos
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joemerramos 2023-01-30 11:53:39 PST
Created attachment 464756 [details]
Reproducing bug

When using the fullscreen API, scrolling down then scrolling up will cause the fullscreen to misalign and cause the screen to be in a broken state making it hard for users to properly use or exit fullscreen mode. 

Steps to repro:

On Safari: 
1. Navigate to https://davidwalsh.name/demo/fullscreen.php 
2. Tap on the Launch Fullscreen button
3. Tap on the > Back to: Fullscreen API button 
4. Scroll up and scroll down

Observed results:
Fullscreen page is misaligned on scrolling up and down 

Expected results:
Fullscreen page should not misalign on  scrolling up and down
Comment 1 Simon Fraser (smfr) 2023-01-30 13:21:18 PST
Is this new in iOS 16?
Comment 2 Radar WebKit Bug Importer 2023-01-30 13:23:00 PST
<rdar://problem/104834393>
Comment 3 joemerramos 2023-01-30 13:30:39 PST
I just tested on iOS 15.5 and was able to reproduce.