Open
Bug 1412310
Opened 7 years ago
Updated 2 years ago
DevTools sidebar setObject and setExpression should allow to omit the rootTitle when the sidebar content is not an object or an array
Categories
(WebExtensions :: Developer Tools, defect, P3)
WebExtensions
Developer Tools
Tracking
(Not tracked)
NEW
People
(Reporter: rpl, Unassigned)
Details
As mentioned in Bug 1341305 comment 30 when the object passed to sidebar.setObject or the result of the expression set to sidebar.setExpression is not a JS object or an array, nothing is shown in the sidebar if the rootTitle is omitted.
(It is also worth to mention that on Chrome sidebar.setObject and sidebbar.setExpression don't seem to support a non-"js object / array" to be shown in the sidebar).
Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
Reporter | ||
Updated•7 years ago
|
Priority: P2 → P3
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•