Closed
Bug 1241147
Opened 9 years ago
Closed 9 years ago
Page Info dialog broken when opened from the sidebar
Categories
(Firefox :: Page Info Window, defect)
Firefox
Page Info Window
Tracking
()
RESOLVED
DUPLICATE
of bug 1241892
People
(Reporter: florian, Unassigned)
Details
(Keywords: regression)
When clicking "View Page Info" in the context menu of the sidebar, I get a JS error:
JavaScript error: chrome://browser/content/pageinfo/pageInfo.js, line 354: TypeError: window.opener.gBrowser is null
The line causing the error is:
let mm = window.opener.gBrowser.selectedBrowser.messageManager;
http://hg.mozilla.org/mozilla-central/rev/b32f21db299c#l5.131
Steps to reproduce:
1. Bookmark a page.
2. Bookmarks -> Show All Bookmark
3. Select the bookmark, and click on the down arrow at the bottom left of the bottom panel.
4. Check the "Load this bookmark in the sidebar" checkbox.
5. Load that bookmark. The page is loaded in a sidebar.
6. From the context menu of the sidebar, click "View Page Info".
Comment 1•9 years ago
|
||
Duping to a bug with more info.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Updated•9 years ago
|
No longer blocks: 1040947
status-firefox46:
wontfix → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•