Page URL is displayed as tab name when page's <title> contains about:reader?
Categories
(Firefox :: Tabbed Browser, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: goodvin, Assigned: smateen916)
Details
(Keywords: good-first-bug)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0
Steps to reproduce:
Open any page that has about:reader? text in its <title> tag. See attached test file or bug 1550144.
Actual results:
Instead of page's title, tab shows its URL and Windows taskbar shows no title at all. Tab Manager list shows only URL as well. See image below.
Expected results:
The content of the <title> tag should be shown on the current tab and everywhere else page title is displayed
Comment 2•5 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Tabbed Browser' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•5 months ago
|
Comment 3•5 months ago
|
||
Looks like tabbrowser is being overly broad in what it considers to be a reader page: https://searchfox.org/firefox-main/source/browser/components/tabbrowser/content/tabbrowser.js#2196
A fix for this could include making this check more strict.
| Assignee | ||
Comment 4•4 months ago
|
||
Hi, Wanted to try to work on this bug for my first fix if no one else is working on it.
| Assignee | ||
Comment 5•4 months ago
|
||
Created PR: https://phabricator.services.mozilla.com/D289135
Updated•4 months ago
|
| Assignee | ||
Comment 6•4 months ago
|
||
| Assignee | ||
Comment 7•4 months ago
|
||
Hi Kelly, I saw your comment about the incorrect bug ID. I went ahead and fixed it and resubmitted. I might have done it wrong because it created a new submission rather than updating existing one.
Comment 10•4 months ago
|
||
| bugherder | ||
Updated•3 months ago
|
Description
•