Closed
Bug 1455474
Opened 7 years ago
Closed 4 years ago
Creating new WebExtensions popup windows fails due to hidden tab bar
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Fallen, Unassigned)
References
Details
Followup from bug 1455471:
1) browser.windows.create({ type: "popup" });
Result:
TypeError: element is null[Learn More] scrollbox.xml:199:1
The problem is that the tab bar is hidden thanks to the chromehidden attribute, which seems to not initialize some of the binding data correctly.
Updated•6 years ago
|
Component: General → Add-Ons: Extensions API
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•