window.create: focused throws error, titlePreface ignored, displays mail:3pane before popup
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(Not tracked)
People
(Reporter: buecher, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
browser.windows.create ({focused:true, titlePreface:"test", type:"popup"}) ;
Actual results:
-
Error: Type error for parameter createData (Property "focused" is unsupported by Firefox) for windows.create.
-
titlePreface is not used (title is "Startseite - Mozilla Thunderbird"
-
it creates a new TB instance, ,goes through all dialogs (do you want to connect). opens a mail:3pane, closes that and then displays the popup.
- if using url: "popup.html", it uses the title of the popup without titlePreface. Still goes through mail:3pane before showing the popup
- if using type:"normal", it opens a new TB instance with mail:3pane and the popup as tab. The mail:3pane stays. Is that what it is supposed to do?
Comment 2•6 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is -- (non,) indicating it has has not been previously triaged, the bug's Severity is being updated to -- (default, untriaged.)
Comment 3•5 years ago
|
||
1 is intended. The docs now say that this parameter is unsupported.
2 is a real thing, and I'm duping this to bug 1647768 because it's only about 2.
3 and 4 have been fixed.
5 is what it is. A "normal" Thunderbird window has a 3-pane tab. There's no getting around it.
Description
•