-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Open new windows in a new tab instead" is not enabled #970
Comments
It's not e10s, its because: "Open new windows in a new tab instead" in about:preferences is not turned on. On a new Firefox Nightly it is. |
When using This extension opens the new page in a new window but gets me blank tabs when I turn on "Open new windows in a new tab instead" |
I've just gone through the process of building and signing the test add-on and then installing it as a permanent extension. It is behaving the same way; when "Open new windows in a new tab instead" is selected in about:preferences, we get an empty tab. |
That's bug https://bugzilla.mozilla.org/show_bug.cgi?id=1357589. I'd like to just have web-ext be as close to the default experience as possible. |
Maybe it's one of the prefs we set? https://github.com/mozilla/web-ext/blob/master/src/firefox/preferences.js#L22 |
@andymckay @kumar303 I think that this is likely to be related to the Firefox preferences that are implicitly set internally by the firefox-profile-js dependency, in particular this line: The |
Hi, can I work on this? |
@apoorvasingh17 I don't think this can be fixed in the web-ext codebase if I'm reading #970 (comment) correctly |
Is this a feature request or a bug?
Bug
What is the current behavior?
For the moment don't use web-ext. Get a Firefox with a clean profile and make sure e10s is enabled in about:support. Try out this add-on: https://gist.github.com/kentbrew/190a0ad83f037567eb2393c235e78043. Go to example.com, click on pinterest in the frame. Notice it won't open the pinterest page.
Ok, so that is this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1357589, it doesn't work with e10s on.
Now go try this with web-ext. It works and opens a pinterest page.
Why's that then? Has web-ext disabled e10s somehow? Or is something else going on.
What is the expected or desired behavior?
web-ext should be as close to release as possible.
Version information (for bug reports)
v7.8.0
4.2.0
1.9.1
/cc @rpl who likely knows the most about this.
The text was updated successfully, but these errors were encountered: