Closed
Bug 1724209
Opened 4 years ago
Closed 4 years ago
Recently closed tabs/windows are missing favicons, getClosedTabData returns an integer for "image" instead of a URL
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1724208
People
(Reporter: aminomancer, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
- Open and close some tabs
- Open the history panel
- Click "Recently closed tabs"
Actual results:
- The closed tab items are missing image attributes.
- The closed tab item is from
SessionStoreInternal.getClosedTabData. I don't know much about how that works but I can see it's no longer returning complete information. When you check theimageproperty from the closed tab data returned by that method, it's an integer like 33, not a URL.
Expected results:
The closed tab/window items should of course have favicons. The closed tab data image's value should be a URL, not a number
| Reporter | ||
Comment 1•4 years ago
|
||
I think this is due to this from bug 1546847
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•