browsingContext.navigate shouldn't navigate with the same hash in URL
Categories
(Remote Protocol :: WebDriver BiDi, defect, P3)
Tracking
(firefox102 fixed)
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [bidi-m3-mvp], [wptsync upstream])
Attachments
(2 files, 1 obsolete file)
Follow up of bug 1766217
browsingContext.navigate shouldn't navigate when called with the same hash in URL (e.g. from http://some.url#some-hash to http://some.url#some-hash)
In the scope of the bug would be also good to add new wdspec tests to check if same URL without hash navigates and with the same hash doesn't.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Comment on attachment 9275251 [details]
Bug 1767924 - Add requireBeforeUnload flag to Webdriver BiDi Navigate.
Revision D145617 was moved to bug 1766217. Setting attachment 9275251 [details] to obsolete.
| Assignee | ||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Some clarifications: in general calling navigate with the same URL should "reload", except when this URL has a hash.
Navigating from http://some.url to http://some.url should navigate (ie reload).
Navigating from http://some.url#some-hash to http://some.url#some-hash should not navigate.
(you can roughly experiment by using the URL bar to verify this behavior)
This bug is about handling the second use case, otherwise after bug 1766217, the progress listener will never resolve.
And it is worth adding a test for the first use case, to verify that we actually reload.
Can we update the bug title and description accordingly?
| Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
The severity field is not set for this bug.
:whimboo, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 5•3 years ago
|
||
| Assignee | ||
Comment 6•3 years ago
|
||
Depends on D146918
Updated•3 years ago
|
Updated•3 years ago
|
Comment 9•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7c53a740d8e8
https://hg.mozilla.org/mozilla-central/rev/ad78b7686e01
Description
•