"Recently Closed Tabs" menu items display "undefined" in the tooltip
Categories
(Firefox :: Session Restore, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | verified |
| firefox151 | --- | verified |
People
(Reporter: sam, Assigned: sam)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In the "Recently Closed Tabs" menu, when accessed via the menu bar or the app menu, hovering items shows a tooltip that says "undefined". In addition, in the "Recently Closed Windows" menu, when accessed via the menu bar, hovering items shows a tooltip that says "null". However, accessing the "Recently Closed Windows" menu from the app menu does show a proper tooltip.
The regressing bug always sets tooltiptext for items in these menus, but the value can be null or undefined, which ends up displaying in the tooltip to the user. It seems that it was intentionally made optional, so I'm updating the logic to not set any tooltiptext if none was provided.
| Assignee | ||
Comment 1•3 months ago
|
||
The regressing bug always sets tooltiptext for items in these menus, but the value can be null or undefined, which ends up displaying in the tooltip to the user. It seems that it was intentionally made optional, so I'm updating the logic to not set any tooltiptext if none was provided.
Updated•3 months ago
|
Comment 2•3 months ago
|
||
Set release status flags based on info from the regressing bug 1985619
Updated•3 months ago
|
Updated•3 months ago
|
Comment 6•3 months ago
|
||
Reproduced with Firefox 150.0a1 (2026-03-16) on macOS 15 ARM.
Verified as fixed with Firefox 151.0a1 (20260326080630) and Firefox 150.0b1 (20260325090410) on macOS 15 ARM, Windows 10 and Ubuntu 22.04.
Description
•