Closed
Bug 1694533
Opened 4 years ago
Closed 4 years ago
JavaScript error: chrome://browser/content/parent/ext-menus.js, line 1196: TypeError: can't access property "bookmarkGuid", node is null
Categories
(WebExtensions :: General, defect, P5)
Tracking
(firefox91 fixed)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: Gijs, Assigned: robwu)
Details
Attachments
(1 file)
STR:
- open Nightly on a clean profile
- open Library window
- switch to History in the left sidebar
- ensure "Today" is selected on the right hand pane
- click empty space at the bottom of the right hand pane
ER:
no errors
AR:
JavaScript error: chrome://browser/content/parent/ext-menus.js, line 1196: TypeError: can't access property "bookmarkGuid", node is null
appears in the browser console. There is no further stack.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Navigation' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → DOM: Navigation
Product: WebExtensions → Core
Updated•4 years ago
|
Component: DOM: Navigation → Untriaged
Product: Core → WebExtensions
Assignee | ||
Comment 2•4 years ago
|
||
We just need to prepend ?
before .
in node.bookmarkGuid
at https://searchfox.org/mozilla-central/rev/d3b116e554eb3546a95851e81f7ddc53d5b7e096/browser/components/extensions/parent/ext-menus.js#1167
Severity: -- → S4
Priority: -- → P5
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/74650f5271f1
Fix erroneous bookmarkGuid access in ext-menus.js in library window r=zombie
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Assignee | ||
Updated•4 years ago
|
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•