Visiting a Forum and change pages the title of Webpage in tasklist is not present
Categories
(Firefox for Android :: General, defect)
Tracking
()
People
(Reporter: Wafer, Assigned: titouan)
References
Details
(Whiteboard: [qa-triaged])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Android 13; Mobile; rv:109.0) Gecko/119.0 Firefox/119.0
Firefox for Android
Steps to reproduce:
Visiting a forum and changing the Page the title of the Page in the Tasklist is lost.
- Visit a multi-page post in a forum for example https://www.outdoorseiten.net/vb5/forum/tourenberichte/tourenberichte-d-a-ch/3125123-at-de-auf-e4-alpin-nordalpenweg-von-wien-bzw-vom-neusiedler-see-nach-bregenz/page6
- Go to an other page using the navigationbuttons below.
- Open Tasklist in Browser
Actual results:
The title of the page is not present. Instead of the title there is the URL of the page in the tasklist.
Expected results:
The correct pagetitle should be displayed.
Comment 1•2 years ago
|
||
Moving to mobile. If component is not correct please update. Thank you.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
The bug can be reproduced with Amazon.com for example
| Assignee | ||
Comment 3•2 years ago
|
||
Sharing the current state of my investigation:
The ContentStateReducer is called once with UpdateTitleAction, that set the right title to the state.
But it seems like, in the website impacted by the bug, the ContentStateReducer is called with UpdateUrlAction after it has been called with UpdateTitleAction.
As the URL has changed, the title is set to null here.
I'm not sure yet if the problem is the order in which the actions are passed to the reducer, or that some UpdateTitleAction are missing after the UpdateUrlAction happened.
I'll continue investigating next week.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
https://www.outdoorseiten.net/vb5/js/footer-rollup-570.js Line: 2794 history.pushState(newState.id,newState.title,newState.url);
Comment 5•2 years ago
|
||
(In reply to Titouan Thibaud [:tthibaud] from comment #3)
Sharing the current state of my investigation:
The ContentStateReducer is called once with
UpdateTitleAction, that set the right title to the state.But it seems like, in the website impacted by the bug, the ContentStateReducer is called with
UpdateUrlActionafter it has been called withUpdateTitleAction.
As the URL has changed, the title is set tonullhere.I'm not sure yet if the problem is the order in which the actions are passed to the reducer, or that some
UpdateTitleActionare missing after theUpdateUrlActionhappened.I'll continue investigating next week.
If you're interested in this bug . I have some comments FYI. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1843682#c4 and https://bugzilla.mozilla.org/show_bug.cgi?id=1843682#c1.
Comment 6•2 years ago
|
||
I'll confirm this issue on all three versions: Nightly 126.0a1 from 4/12, Beta 125.0b9, and RC 124.2.0, RC 125.0.
Tested with Xiaomi mi8 Lite (Android 10), and Google Pixel 6 (Android 14).
Description
•