Bug 271042 - REGRESSION (iOS 17.4): [webview goBack]
Summary: REGRESSION (iOS 17.4): [webview goBack]
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 17
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-15 01:28 PDT by 383846553
Modified: 2024-03-31 20:08 PDT (History)
5 users (show)

See Also:


Attachments
demo project (6.74 MB, application/zip)
2024-03-19 00:07 PDT, 383846553
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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?