Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

crash on nightly when clicking link that opens in new tab #21

Open
rhelmer opened this issue Aug 27, 2015 · 2 comments
Open

crash on nightly when clicking link that opens in new tab #21

rhelmer opened this issue Aug 27, 2015 · 2 comments
Labels

Comments

@rhelmer
Copy link

rhelmer commented Aug 27, 2015

I've been seeing a crash for a while on Nightly, I can easily repro:

<!DOCTYPE html>
<html>
  <body>
    <a target="_blank" href="repro.html">click me</a>
  </body>
</html>

Open 10 tabs (default limit), load this in one of then and click the link.

@rhelmer
Copy link
Author

rhelmer commented Aug 27, 2015

@rhelmer
Copy link
Author

rhelmer commented Aug 28, 2015

Oh, you know what.. I have "Open new windows in a new tab instead" checked in the preferences... I'll update that with something that works in a new profile.

EDIT - actually looks like browser.link.open_newwindow is set this way by default (3), for some reason it's not getting set that way when I use jpm run or npm start though...

Looks like this is caused by https://github.com/saadtazi/firefox-profile-js/blob/master/lib/firefox_profile.js#L34

@cheeaun cheeaun added the bug label Aug 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants