Closed
Bug 1701360
Opened 4 years ago
Closed 4 years ago
Some errors occur when opening some extensions in a sidebar
Categories
(Firefox :: General, task)
Firefox
General
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(1 file)
-
Install a webpage sidebar addon. I used https://addons.mozilla.org/en-US/firefox/addon/open-link-in-sidebar/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
-
When a page opens in the sidebar, some errors occur in the console (although the page still appears fine)
JavaScript error: resource:///actors/LinkHandlerParent.jsm, line 46: TypeError: can't access property "hasAttribute", tab is null
JavaScript error: resource:///actors/ContentMetaParent.jsm, line 16: TypeError: gBrowser.setPageInfo is not a function
I've also seen an UI tour error.
The fix is to make some of the actors only apply to the browser only.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by neil@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b3534ceab9d7
mark ContentMeta, LinkHandler and UITour as only applying to the main browsers, r=Gijs
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•