Consider the following code in a background script:
```
messenger.windows.create({
url:"http://www.google.de",
type: "normal",
});
```
This will create an entire new mail3pane window with the url loaded in a second tab. This feels wrong.
Is this the intended behavior?
Are we able to get rid of the additional mail3pane tab?
Should we change the API to open the URL in the default browser?
Bug 1664708 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Consider the following code in a background script:
```
messenger.windows.create({
url:"http://www.google.de",
type: "normal",
});
```
This will create an entire new mail3pane window with the url loaded in a second tab. This feels wrong.
Is this the intended behavior?
Are we able to get rid of the additional mail3pane tab?
Should we change the API to open the URL in the default browser, if type normal is used?