Bug 271042

Summary: REGRESSION (iOS 17.4): [webview goBack]
Product: WebKit Reporter: 383846553
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: 383846553, achristensen, ap, cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: iOS 17   
Attachments:
Description Flags
demo project none

Description 383846553 2024-03-15 01:28:22 PDT
in IOS 17.4, I used href to navigate to a new website, then I call [webView goBack], the webView seems to do nothings, and when you slide the screen, the rest of the webview is blank. before I call goBack, I checked webView.backFowardList.backList is not empty, I get the backItem, then I call [webView goBack],Failed.
Befor 17.4 it works well
Comment 1 Alexey Proskuryakov 2024-03-18 19:10:54 PDT
Thank you for the report. Could you please provide a way for us to reproduce, such as a test project?
Comment 2 383846553 2024-03-19 00:07:35 PDT
Created attachment 470429 [details]
demo project

I have placed a demo project file and two screen recordings in this zip package, which respectively show the different performances of the iOS 16 and iOS 17.4 systems.
Comment 3 383846553 2024-03-19 00:08:17 PDT
(In reply to Alexey Proskuryakov from comment #1)
> Thank you for the report. Could you please provide a way for us to
> reproduce, such as a test project?

Sure I uploaded a zip file. You can check it
Comment 4 Radar WebKit Bug Importer 2024-03-19 16:58:50 PDT
<rdar://problem/125048673>
Comment 5 383846553 2024-03-26 23:06:44 PDT
Any progress?
Comment 6 383846553 2024-03-26 23:19:44 PDT
(In reply to Alexey Proskuryakov from comment #1)
> Thank you for the report. Could you please provide a way for us to
> reproduce, such as a test project?

Any progress?