Wikipedia Forwarding: Missing browser title
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
People
(Reporter: Webworkr, Unassigned)
References
Details
Attachments
(1 file)
|
45.35 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Android 10; Mobile; rv:89.0) Gecko/89.0 Firefox/89.0
Steps to reproduce:
If a Wikipedia page redirects to another page,
the title bar of the browser remains empty.
Sample:
https://de.wikipedia.org/wiki/Internet_Go_Server
redirects to
https://de.wikipedia.org/wiki/Pandanet
Samsung Galaxy XCover 4S, Android 10
Firefox for Android version: 89.1.1
According to https://phabricator.wikimedia.org/T284884,
this is probably not a general problem, but depends on the device.
Actual results:
Browser title is missing.
Expected results:
Browser title is displayed.
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Comment 2•4 years ago
|
||
The behavior cannot be reproduced under Google Chrome 91.0.4472.101. The title is displayed correctly.
| Reporter | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•3 years ago
|
||
Re-opening and moving to the Fenix component since we are moving our bug tracker to bugzilla.
Updated•3 years ago
|
Comment 6•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 7•2 years ago
|
||
This is related to pushState/replaceState.
Ref: https://de.m.wikipedia.org/w/resources/src/mediawiki.action/mediawiki.action.view.redirect.js line 45: history.replaceState( history.state, '', canonical );
Description
•