[Webkit-unassigned] [Bug 271684] hasUAVisualTransition not appearing in popstate event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 06:54:23 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=271684

Rob Buis <rbuis at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbuis at igalia.com

--- Comment #1 from Rob Buis <rbuis at igalia.com> ---
(In reply to Nick Coury from comment #0)
> I am not seeing hasUAVisualTransition on the popstate history event.
> 
> Device: iPhone SE 2020 on iOS 17.4.1 (in Developer Beta that is up to date).
> Also tried on Safari Technology Preview Release 190 (Safari 17.4, WebKit
> 19619.1.5.5.2)
> 
> Reproduction:
> 
> 1. Open www.google.com/search?q=lottery and wait for the page to fully load.
> 2. Click on several of the top carousel items to create multiple history
> entries.
> 3. Connect DevTools to an iPhone or open DevTools for inspecting a desktop
> session.
> 4. Enter `window.addEventListener('popstate', event =>
> console.log('popstate', event));` into the developer console.
> 5. Swipe backwards (or press the back button).
> 6. Observe the event printed to the console does not contain
> hasUAVisualTransition.
> 
> Expected:
> Event contains hasUAVisualTransition with `true` if using an edge swipe
> navigation and `false` if using a browser back button.

At least for Safari Technology Preview Release 190, since this feature is testable, it has to be enabled first through Develop -> Feature flags.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240326/51fcf880/attachment.htm>


More information about the webkit-unassigned mailing list