Closed
Bug 1991082
Opened 11 months ago
Closed 11 months ago
TypeError: can't access property "linkedBrowser", tab is null appears in console when loading a site from an about:blank tab
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox143 | --- | unaffected |
| firefox144 | --- | unaffected |
| firefox145 | --- | fixed |
People
(Reporter: jswinarton, Assigned: jswinarton)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-tabgrps])
Attachments
(1 file)
Discovered while debugging bug1980036. The root cause is that the patch that fixed bug1981200 changed the way that the Tab Hover Preview updatePreview routine was called, such that at the time of the call, the underlying reference to this.#tab was not set (which it requires to populate the contents of the preview panel.
Expected behaviour: no error appears in the browser toolbox console when opening links from the new tab page.
| Assignee | ||
Updated•11 months ago
|
| Assignee | ||
Comment 1•11 months ago
|
||
Comment 2•11 months ago
|
||
Set release status flags based on info from the regressing bug 1981200
status-firefox143:
--- → unaffected
status-firefox144:
--- → unaffected
status-firefox145:
--- → affected
status-firefox-esr140:
--- → unaffected
| Assignee | ||
Updated•11 months ago
|
Whiteboard: [fidefe-tabgrps]
Updated•11 months ago
|
Pushed by jswinarton@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0980e26c2794
https://hg.mozilla.org/integration/autoland/rev/27a57130e67c
Ensure THP has a reference to tab when a webpage is first loaded r=sthompson,tabbrowser-reviewers
Comment 4•11 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•