Bug 259793
Summary: | Detect UA transitions on same-document navigations | ||
---|---|---|---|
Product: | WebKit | Reporter: | khush <khushalsagar> |
Component: | History | Assignee: | Rob Buis <rbuis> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | annevk, beidson, simon.fraser, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=271886 | ||
Bug Depends on: | 264730 | ||
Bug Blocks: | 264748 |
khush
Tracking bug to implement https://github.com/whatwg/html/issues/8782.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/113709539>
Rob Buis
Pull request: https://github.com/WebKit/WebKit/pull/18756
EWS
Committed 270589@main (f034bb9b9246): <https://commits.webkit.org/270589@main>
Reviewed commits have been landed. Closing PR #18756 and removing active labels.
khush
The value for hasUAVisualTransition should be true if the browser does an animation from a user swipe when navigating. I don't think that was done in the PR linked below.
Rob Buis
(In reply to khush from comment #4)
> The value for hasUAVisualTransition should be true if the browser does an
> animation from a user swipe when navigating. I don't think that was done in
> the PR linked below.
You are right, more work is needed. Note though that the default behaviour of github merge-queue logic lands the PR and closes the associated bug, which is what happened here.
Anne van Kesteren
Let's leave this as fixed to keep Bugzilla/Radar/GitHub in sync.
Bug 264730 will put this behind a flag so it's not shipped in this state.
Bug 264748 tracks macOS/iOS implementation. Once those are in place this can be reconsidered for enablement.
Anne van Kesteren
I've put up bug 271886 for enabling this by default.