Closed Bug 1632307 Opened 6 years ago Closed 5 years ago

window.create: focused throws error, titlePreface ignored, displays mail:3pane before popup

Categories

(Thunderbird :: Add-Ons: Extensions API, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1647768

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:

  1. Error: Type error for parameter createData (Property "focused" is unsupported by Firefox) for windows.create.

  2. titlePreface is not used (title is "Startseite - Mozilla Thunderbird"

  3. 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.

  1. if using url: "popup.html", it uses the title of the popup without titlePreface. Still goes through mail:3pane before showing the popup
  2. 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?

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.)

Severity: normal → --

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.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.