Open
Bug 2067459
Opened 7 days ago
Updated 2 days ago
same URL browser UI navigation sets navigation.type to push instead of replace
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
UNCONFIRMED
People
(Reporter: shannon.ml.booth, Unassigned)
Details
Steps to reproduce:
See repro under https://github.com/whatwg/html/issues/12803
And WPT tests: https://github.com/web-platform-tests/wpt/pull/62160
history.length is not increased for a same URL navigation for browser UI, but navigationType is reported as replace
https://github.com/whatwg/html/pull/12824
Actual results:
navigation.type is reported as push
Expected results:
navigation.type should be reported as replace
Comment 1•7 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Navigation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Navigation
Product: Firefox → Core
| Reporter | ||
Updated•3 days ago
|
Summary: same URL browser UI navigation sets navigation.type to replace → same URL browser UI navigation sets navigation.type to push instead of replace
Updated•2 days ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•