WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
229762
Some overlapping navigation/traversal cases cause the outer frame to get reloaded
https://bugs.webkit.org/show_bug.cgi?id=229762
Summary
Some overlapping navigation/traversal cases cause the outer frame to get relo...
Domenic Denicola
Reported
2021-09-01 10:00:34 PDT
In
https://github.com/whatwg/html/issues/6927
we are investigating the general non-interoperable area of overlapping navigations and traversals, e.g. history.back(); history.back() or location.href = "#1"; location.href = "?2", or mixes thereof. This is a big mess in general and the spec isn't helpful. However, some cross-browser testing revealed a couple of interesting cases where WebKit seems to definitely be doing the wrong thing: -
https://wpt.fyi/results/html/browsers/browsing-the-web/overlapping-navigations-and-traversals/tentative/cross-document-traversal-same-document-traversal.html?label=master&label=experimental&aligned&q=overlapping-navigations
-
https://wpt.fyi/results/html/browsers/browsing-the-web/overlapping-navigations-and-traversals/tentative/same-document-nav-cross-document-traversal.html?label=master&label=experimental&aligned&q=overlapping-navigations
or in wpt.live form -
http://wpt.live/html/browsers/browsing-the-web/overlapping-navigations-and-traversals/tentative/cross-document-traversal-same-document-traversal.html
-
http://wpt.live/html/browsers/browsing-the-web/overlapping-navigations-and-traversals/tentative/same-document-nav-cross-document-traversal.html
For these two tests, WebKit somehow manages to reload the *outer* page. But nothing in the test should be able to cause this; all traversals and navigations should be taking place in the inner frame. It might be worth investigating these cases, ahead of investigating the general interop problem around overlapping navigations/traversals.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-09-08 10:01:23 PDT
<
rdar://problem/82878605
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug